You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Reduce GRK_PATH_LEN from 4096 to 1024 (Windows MAX_PATH is 260;
1024 is sufficient for extended paths)
- Heap-allocate grk_cparameters, grk_decompress_parameters, and
grk_stream_params in GrkLRUCacheTest to eliminate ~96KB stack frames
that trigger VS 2026 /GS security cookie violations
- Add GRK_ENABLE_ASAN CMake option; enable on Windows CI for precise
buffer overrun diagnostics
0 commit comments