5 Commits
Author SHA1 Message Date
Martin Duffy e2f4b9bedc pvs-studio: (V522) Prevent possible null-pointer dereference in RemoveRPathELF 2026-06-17 10:13:12 -04:00
Martin Duffy 77b874baa8 pvs-studio: (V1086) Fix buffer writes
Replace space-filling memset calls with bounded character initialization that
preserves null termination for the curses help text buffers.
2026-06-17 10:13:03 -04:00
Martin Duffy a77b7aa836 pvs-studio: (V557) Harden array boundary checks
Tighten array boundary checks to prevent possible overrun.
2026-06-16 17:16:32 -04:00
Martin Duffy 7217af55da pvs-studio: (V555) Clarify size_type comparison
The expression 'r - l > 0' implies a sign to r and l that does not exist.
2026-06-16 17:16:32 -04:00
Martin Duffy 3748deda58 pvs-studio: Add .pvsconfig exclusion file 2026-04-29 18:22:33 -04:00