[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Empty Here-Strings Cause Segfaults
From: |
Davy Durham |
Subject: |
Empty Here-Strings Cause Segfaults |
Date: |
Tue, 15 Jun 2004 11:35:45 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040115 |
Configuration Information:
Machine: i586
OS: linux-gnu
Compiler: i586-mandrake-linux-gnu-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i586'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i586-mandrake-linux-gnu'
-DCONF_VENDOR='mandrake' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./
uname output: Linux umbon.a.b.c 2.4.25-2mdk #1 Tue Mar 2 07:39:08 CET
2004 i686 unknown unknown GNU/Linux
Machine Type: i586-mandrake-linux-gnu
Bash Version: 2.05b
Patch Level: 0
Release Status: release
Description:
Using empty here strings causes segfaults
Repeat-By:
A simple command: read <<<"" causes the current bash process
to segfault
A simple command: cat <<<"" causes I believe the subshell to
segfault, or perhaps it's cat that segfaults--not sure.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Empty Here-Strings Cause Segfaults,
Davy Durham <=