source: npl/system/netkit-ftp/patches/17-netkit-ftp-0.17-sigseg.patch @ 94a6f37

Last change on this file since 94a6f37 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: 457 bytes
  • netkit-ftp-0.

    old new getreply(int expecteof) 
    483483                                        return (0);
    484484                                }
    485485                                lostpeer(0);
    486                                 fclose(cout);
    487                                 cout = NULL;
     486                                if (cout) {
     487                                        fclose(cout);
     488                                        cout = NULL;
     489                                }
    488490                                if (verbose) {
    489491                                        printf("421 Service not available, remote server has closed connection\n");
    490492                                        (void) fflush(stdout);
Note: See TracBrowser for help on using the repository browser.