[Bug 431661] tcsh segfaults when alias starts with a backslash
https://bugzilla.novell.com/show_bug.cgi?id=431661 https://bugzilla.novell.com/show_bug.cgi?id=431661#c18 Liu Shukui <skliu@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skliu@suse.com --- Comment #18 from Liu Shukui <skliu@suse.com> 2012-05-28 08:59:44 UTC --- sorry, I cannot reproduce this bug on sle10sp4 sles10sp4-i386:~ # tcsh /root/skliu# uname -a Linux sles10sp4-i386 2.6.16.60-0.91.1-smp #1 SMP Tue Oct 18 21:40:25 UTC 2011 i686 athlon i386 GNU/Linux /root/skliu# locale LANG=POSIX LC_CTYPE=en_US.UTF-8 LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= /root/skliu# cat test alias nosegfault 'echo test1 \ echo test2' alias segfault ' \ echo test' /root/skliu# source test /root/skliu# nosegfault test1 test2 /root/skliu# segfault test -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com