Bug 11296

Summary: yale-tftpd core dump.
Product: [Retired] Red Hat Linux Reporter: jean.tedesco
Component: tftpAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact:
Severity: low Docs Contact:
Priority: medium    
Version: 6.2CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-05-08 11:21:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jean.tedesco 2000-05-08 11:21:31 UTC
Note: I did not find a "Component" for tftpd in this form, and I therefor
used "tftp", sorry. Could you forward to the right person ?
-------------

The yale-tftpd daemon used in redhat linux 6.2 core dump if 2 tftp session
occur in a raw (Before the daemon time out and exit, aka before inetd
needs to re-spawn it) and if the tftpDebugLevel is set > 3.

Fix: in tftpyale.c, in function readConfig(), line 242, the variable
fileName is not initialised in the condition described above. To fixe it,
add the 4 lines below defore line 242 (or something similar...) :

        else
        {
                fileName = "forgotten, see first opening...";
        }


Line 242 from the tftp I downloaded from redhat:
        if (tftpDebugLevel > 3) {
                syslog(/*LOG_DEBUG*/LOG_INFO, "configFile = '%s'; FILE* =
0x%08x
",
                        fileName, configf);
        }

Comment 1 Pekka Savola 2000-07-14 21:51:27 UTC
You must have confused something.  Redhat doesn't ship with yale-tftpd :)