You need to sign in or sign up before continuing.
top: Protect scat() from buffer overflows. ___REVERTED
The whole idea was to make top's 'scat' function small and very quick, unlike that standard 'strcat' routine. To achieve that end we ignore the potential for buffer overruns and trust callers to provide adequate dest's. Reference(s): . original qualys patch 0109-top-Protect-scat-from-buffer-overflows.patch commit 9c745975 Signed-off-by:Jim Warner <james.warner@comcast.net>
Loading