Commit ID: 10051EFCAFD588E97F5
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/07/24 12:39:29 UTC
Modified files:
bin/mksh : check.t eval.c
Log message:
Fix apparent programming mistake (newblock doesn’t imply newenv)
that caused “echo ${|true;}$(true)” to segfault; problem reported
by pshevtsov and wbx@ in IRC (thanks!); fix sponsored by tarent
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.619 -r1.620 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.140 -r1.141 src/bin/mksh/eval.c