[Pkg-fglrx-devel] Bug#625868: the current patch seems insufficient
Andreas Beckmann
debian at abeckmann.de
Mon Jul 4 20:02:05 UTC 2011
Hi,
the currently committed patch looks insufficient, because
echo $CONFIDENTIAL | process -
is fine (echo is a shell builtin)
but
su $user -c "echo $CONFIDENTIAL | process -"
is not, because $CONFIDENTIAL is passed as a command line parameter to su.
Attached is a completely untested patch versus current svn, that could
fix the problem and also simplifies things a lot. That patch itself
looks very ugly because its a patch for a patch :-)
It's the way I would have written it, but no warranties that it still
does what it should do
Andreas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 625868-after-r634.diff
Type: application/pgp-keys
Size: 2628 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-fglrx-devel/attachments/20110704/05d98f21/attachment.key>
More information about the Pkg-fglrx-devel
mailing list