FreeBSD Bugzilla – Attachment 142822 Details for
Bug 189911
[rtld] [patch] LD_LIBMAP has no effect on rtld
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 645 bytes, created by
wjenkner
on 2014-05-18 15:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
wjenkner
Created:
2014-05-18 15:10:00 UTC
Size:
645 bytes
patch
obsolete
>Index: libexec/rtld-elf/libmap.c >=================================================================== >--- libexec/rtld-elf/libmap.c (revision 265095) >+++ libexec/rtld-elf/libmap.c (working copy) >@@ -80,7 +80,7 @@ > > if (libmap_override) { > /* >- * Do some character replacement to make $LIBMAP look >+ * Do some character replacement to make $LD_LIBMAP look > * like a text file, then parse it. > */ > libmap_override = xstrdup(libmap_override); >@@ -94,8 +94,8 @@ > break; > } > } >- lmc_parse(p, strlen(p)); >- free(p); >+ lmc_parse(libmap_override, p - libmap_override); >+ free(libmap_override); > } > > return (lm_count == 0);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 189911
: 142822