Actions: cwida/FastLanes
Actions
102 workflow runs
102 workflow runs
res was declared as u32 (4
bytes), causing a 4-byte overread from the stack variable. On x64 MSVC
Release/static the /GS security cookie catches this and raises
STATUS_STACK_BUFFER_OVERRUN (0xc0000409), crashing EQUALITY_STRPT and
SINGLE_COLUMN_STRPT.
Fix: widen res from u32 to u64 so the 8-byte memcpy reads from a
valid 8-byte variable. Changed in ...
GALP
#84:
Commit 04ecfcc
pushed
by
peterboncz