Package: libc6
Version: 2.3.1-5

ldd wrapper script does not parse command line arguments

Example:
host:~# ldd /usr/bin/ls
ldd: ./: No such file or directory

Line 122 of /usr/bin/ldd is malformed as shown below:
for file do

I recommend line 122 should be corrected to:
for file in $*; do

Best regards,
Dan


Reply via email to