Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 86032

Summary: trailing spaces in /etc/ld.so.conf entries are not ignored
Product: [Retired] Red Hat Linux Reporter: Daniel Pavel <danielpavel>
Component: glibcAssignee: Jakub Jelinek <jakub>
Status: CLOSED UPSTREAM QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 9CC: fweimer
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: 2003-04-17 04:03:48 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 Daniel Pavel 2003-03-12 18:01:48 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4a) Gecko/20030312

Description of problem:
Trailing spaces in /etc/ld.so.conf entries are not ignored when checking for
libraries (as seen in strace output).

An entry like

"/usr/local/lib "

causes the dynamic library loader to check for the existence of the directory
"/usr/local/lib " instead of "/usr/local/lib".

Version-Release number of selected component (if applicable):
glibc-2.3.1-46

How reproducible:
Always

Steps to Reproduce:
1. Append trailing spaces at one of the entries in /etc/ld.so.conf (say
/usr/local/lib)
2. Run ldconfig
3. Try running a program that requires a dynamic executable present in the
directory whose entry has been modified


Actual Results:  The program fails to load, cause: dynamic library not found.

Expected Results:  The program should have loaded (i.e. ld should have ignored
the trailing spaces in /etc/ld.so.conf)

Comment 1 Ulrich Drepper 2003-04-17 04:03:48 UTC
This has been changed in the CVS glibc version.  The next binary we provide will
probably already have the change.

Comment 2 Ulrich Drepper 2003-11-04 21:34:05 UTC
Should be fixed in RHL9 errata, test version at

  ftp://people.redhat.com/jakub/glibc/errata/2.3.2-27.9.4/