[Bug 380258] Re: sshpass Segmentation fault in strlen()
Rob
rob.kleingunnewiek at gmail.com
Mon May 25 13:47:02 UTC 2009
** Description changed:
Binary package hint: sshpass
When using 'sshpass -e' on a non-exported environment variable, a
segfault occurs:
rob at procyon:~/scripts/xx/versions$ sshpass -e ssh myusername at myserver
Segmentation fault
rob at procyon:~/scripts/xx/versions$ read SSHPASS
ENTERMYPASSWORD
rob at procyon:~/scripts/xx/versions$ sshpass -e ssh myusername at myserver
Segmentation fault
rob at procyon:~/scripts/xx/versions$ export SSHPASS
rob at procyon:~/scripts/xx/versions$ sshpass -e ssh myusername at myserver
[myuser at myserver ~]$
GDB Backtrace:
Core was generated by `sshpass -e ssh myuser at myserver'.
Program terminated with signal 11, Segmentation fault.
[New process 23545]
#0 0xb7f90613 in strlen () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt
#0 0xb7f90613 in strlen () from /lib/tls/i686/cmov/libc.so.6
#1 0x08048be4 in ?? ()
#2 0x08048d32 in ?? ()
#3 0x08048f7c in ?? ()
#4 0x080492db in ?? ()
#5 0xb7f2f775 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6
#6 0x080489a1 in ?? ()
(gdb) quit
+
+ Update: This by the way happens in Intrepid (9.04), sshpass version
+ 1.01-2
--
sshpass Segmentation fault in strlen()
https://bugs.launchpad.net/bugs/380258
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list