source:
npl/system/netkit-ftp/patches/30-netkit-ftp-0.17-commands-leaks.patch
@
f9ce31e
Last change on this file since f9ce31e was c5c522c, checked in by , 8 years ago | |
---|---|
|
|
File size: 401 bytes |
-
netkit-ftp-0.17/ftp/cmds.c
diff -up netkit-ftp-0.17/ftp/cmds.c.orig netkit-ftp-0.17/ftp/cmds.c
old new usage: 499 499 } 500 500 sendrequest(cmd, argv[1], argv[2], 501 501 argv[1] != oldargv1 || argv[2] != oldargv2); 502 if (argv[1] != oldargv1) { 503 free(argv[1]); 504 } 502 505 } 503 506 504 507 void mabort(int);
Note: See TracBrowser
for help on using the repository browser.