Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2024 07:33:51 +0000
From:      bugzilla-noreply@freebsd.org
To:        standards@FreeBSD.org
Subject:   [Bug 278653] sh: fix sh -c -e cmd as per POSIX
Message-ID:  <bug-278653-99-kjwmifogOo@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278653-99@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278653-99@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278653

Benjamin Takacs <nimaje+fbz@bureaucracy.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nimaje+fbz@bureaucracy.de

--- Comment #1 from Benjamin Takacs <nimaje+fbz@bureaucracy.de> ---
this needs to fix system(3) as well as popen(3) too, as currently they call=
  sh
-c <command>  with this change, that is no longer safe and needs to call  s=
h -c
-- <command>

See also: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274650 (shoul=
d that
bug depend on this one?)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278653-99-kjwmifogOo>