This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1000353] New: TFTP server ignores all client packets if socket() number is 0


http://bugzilla.ecoscentric.com/show_bug.cgi?id=1000353

           Summary: TFTP server ignores all client packets if socket()
                    number is 0
           Product: eCos
           Version: unknown
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: normal
         Component: TCPIP
        AssignedTo: gary@mlbassoc.com
        ReportedBy: bugzilla_rmvthis@ds3switch.com
         QAContact: ecos-bugs@sources.redhat.com


Incoming tftp client packets won't receive a server response due to a bug in FreeBSD tftp_server.c:tftpd_server() if tftpd_server()'s initial call to socket() returns a valid socket id of 0.

Fix involves a few changes in tftpd_server to set "server->s[] socket entries to ignore" to use -1 rather than 0.

-- 
Configure bugmail: http://bugzilla.ecoscentric.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]