NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/39240 CVS commit: src/libexec/ld.elf_so



The following reply was made to PR bin/39240; it has been noted by GNATS.

From: Matt Thomas <matt%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/39240 CVS commit: src/libexec/ld.elf_so
Date: Tue, 29 Jul 2008 16:27:01 +0000 (UTC)

 Module Name:   src
 Committed By:  matt
 Date:          Tue Jul 29 16:27:01 UTC 2008
 
 Modified Files:
        src/libexec/ld.elf_so: reloc.c
 
 Log Message:
 Make sure to call dlerror() to clear any error messages after the relocations
 are done and there are no errors.  This will prevent spurious undefined weak
 symbol errors being returned by dlerror().
 
 Fixes PR bin/39240.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.95 -r1.96 src/libexec/ld.elf_so/reloc.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index