public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug nptl/31344] New: Space in LD_PRELOAD in tst-tls6.sh
@ 2024-02-06 12:16 hjl.tools at gmail dot com
  2024-02-06 13:19 ` [Bug nptl/31344] " schwab@linux-m68k.org
  0 siblings, 1 reply; 2+ messages in thread
From: hjl.tools at gmail dot com @ 2024-02-06 12:16 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=31344

            Bug ID: 31344
           Summary: Space in LD_PRELOAD in tst-tls6.sh
           Product: glibc
           Version: 2.40
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
                CC: drepper.fsp at gmail dot com, jakub at redhat dot com
  Target Milestone: ---

tst-tls6.sh has

for aligned in a e f; do
  echo "preload tst-tls5mod{$aligned,b,c,d}.so" >> $logfile
  echo "===============" >> $logfile
  ${test_wrapper_env} \
  ${run_program_env} \
  LD_PRELOAD="`echo ${common_objpfx}nptl/tst-tls5mod{$aligned,b,c,d}.so \
              | sed 's/:$//;s/: /:/g'`" ${tst_tls5} >> $logfile || fail=1

It sets LD_PRELOAD to

/export/build/gnu/tools-build/glibc/build-x86_64-linux/nptl/tst-tls5modf.so
/export/build/gnu/tools-build/glibc/build-x86_64-linux/nptl/tst-tls5modb.so
/export/build/gnu/tools-build/glibc/build-x86_64-linux/nptl/tst-tls5modc.so
/export/build/gnu/tools-build/glibc/build-x86_64-linux/nptl/tst-tls5modd.so

There is a space, instead of ';', between each shared library.  For some
reason, it works.  Is this intended behavior?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug nptl/31344] Space in LD_PRELOAD in tst-tls6.sh
  2024-02-06 12:16 [Bug nptl/31344] New: Space in LD_PRELOAD in tst-tls6.sh hjl.tools at gmail dot com
@ 2024-02-06 13:19 ` schwab@linux-m68k.org
  0 siblings, 0 replies; 2+ messages in thread
From: schwab@linux-m68k.org @ 2024-02-06 13:19 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=31344

Andreas Schwab <schwab@linux-m68k.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|NEW                         |RESOLVED

--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
Works as documented.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-02-06 13:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-06 12:16 [Bug nptl/31344] New: Space in LD_PRELOAD in tst-tls6.sh hjl.tools at gmail dot com
2024-02-06 13:19 ` [Bug nptl/31344] " schwab@linux-m68k.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).