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
fix: resolve signed/unsigned mismatches and incomplete size_t propagation
Keep masking offset as signed int in msc_logging.c to prevent
negative pos from disabling sanitization via unsigned comparison.
Propagate size_t to loop indices, function signatures, and format
specifiers. Revert size_t where downstream consumers are all int.
0 commit comments