• save/restore here document pointer during yyrecursive(), fixes crash

• add mirbsd/openbsd (omalloc rules!) specific testcase for the above
• $__progname must be used quoted, fix in comsub-torture testcase (my bad)
This commit is contained in:
tg
2011-03-21 21:57:35 +00:00
parent 3c41d2b063
commit bc4c3b9af0
3 changed files with 21 additions and 8 deletions

4
sh.h
View File

@@ -154,9 +154,9 @@
#endif
#ifdef EXTERN
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.449 2011/03/17 22:09:23 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/sh.h,v 1.450 2011/03/21 21:57:33 tg Exp $");
#endif
#define MKSH_VERSION "R39 2011/03/17"
#define MKSH_VERSION "R39 2011/03/21"
#ifndef MKSH_INCLUDES_ONLY