From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8FFF23858D37; Tue, 6 Feb 2024 12:16:06 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8FFF23858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707221766; bh=0lCRhBpqHfiUatcGjMXgP/mJ40Z6HESVh/MxgGjM/1k=; h=From:To:Subject:Date:From; b=YkyLojBKaCmFKW9IPzQ5kxtzWwGsRvgP3yQU743Yl95DknFCS1HwCVQPk++XH3PNI ojy2Ulmu+i3iNevinKi6ljY2y449S5ygTTjGYkbBO5+YOEJccr0bAIHLXOoelUlP2n 10Rp0tx2Ntv1RWzGCxu1NCuwcbSihAPmmSL0HUhg= From: "hjl.tools at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug nptl/31344] New: Space in LD_PRELOAD in tst-tls6.sh Date: Tue, 06 Feb 2024 12:16:06 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: nptl X-Bugzilla-Version: 2.40 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: hjl.tools at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31344 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 "=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D" >> $logfile ${test_wrapper_env} \ ${run_program_env} \ LD_PRELOAD=3D"`echo ${common_objpfx}nptl/tst-tls5mod{$aligned,b,c,d}.so \ | sed 's/:$//;s/: /:/g'`" ${tst_tls5} >> $logfile || fail=3D1 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? --=20 You are receiving this mail because: You are on the CC list for the bug.=