Bug 23411

Summary: fix to wget-1.5.3-symlink.patch
Product: [Retired] Red Hat Linux Reporter: j. alan eldridge <alane>
Component: wgetAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-01-05 14:14:11 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:
Attachments:
Description Flags
update spec to release 11
none
updated version of symlink patch with bug fixes none

Description j. alan eldridge 2001-01-05 14:10:47 UTC
the patch does not correctly restore a modified member of the u-> structure
in ftp_retrieve_dirs. in addition, the temporary ulocal is allocated too
soon, thus possibly requiring being freed as part of a "continue" in the
same function. new patch (1) correctly saves and restores modified members
of the u-> structure and (2) only allocates ulocal once we are sure we need
it.

patch and new spec file will be attached as an addendum to this message.

Comment 1 j. alan eldridge 2001-01-05 14:13:00 UTC
Created attachment 7088 [details]
update spec to release 11

Comment 2 j. alan eldridge 2001-01-05 14:14:08 UTC
Created attachment 7089 [details]
updated version of symlink patch with bug fixes

Comment 3 Bill Nottingham 2001-01-05 14:59:38 UTC
Will be fixed in wget-1.6-1, which should be in the next rawhide release.
Thanks!