mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-12 10:28:08 +00:00
[porthole] fix invalid pointer dereference
This commit is contained in:
@@ -28,4 +28,4 @@ typedef struct
|
||||
}
|
||||
PortholeSegment;
|
||||
|
||||
#define PH_SEGMENTS(map) ((PortholeSegment *)((&map)+1))
|
||||
#define PH_SEGMENTS(map) ((PortholeSegment *)((map)+1))
|
Reference in New Issue
Block a user