source: npl/system/netkit-ftp/patches/30-netkit-ftp-0.17-commands-leaks.patch @ 2154c77

Last change on this file since 2154c77 was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
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: 
    499499        }
    500500        sendrequest(cmd, argv[1], argv[2],
    501501            argv[1] != oldargv1 || argv[2] != oldargv2);
     502        if (argv[1] != oldargv1) {
     503                free(argv[1]);
     504        }
    502505}
    503506
    504507void mabort(int);
Note: See TracBrowser for help on using the repository browser.