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
Initialized the netlink sender address structure before recvfrom() so the reply path no longer reads an uninitialized sockaddr_nl field during spoof checks.
Hardened auparse initialization and event iteration by removing the buffer-array dead nested assignment pattern and adding defensive checks around au->au_lo / lazy event-list allocation.
Tightened x2c() so it bails out when the caller does not provide two usable bytes, avoiding the scan-build path that treated the hex input as undefined.
Removed scan-build-reported dead assignments in syscall normalization by calling set_file_object() directly for the special fsetxattr, fchmod, and fchown cases, and by dropping the unused rc assignment before the "key" lookup.
0 commit comments