mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
There is a bug in print_scan() function that may cause ksh to crash while listing indexed arrays. The crash happens in nv_search() when called from print_scan(). This applies a fix from Siteshwar Vashist: https://www.mail-archive.com/ast-developers@lists.research.att.com/msg01944.html src/cmd/ksh93/bltins/typeset.c: - Call nv_scan() without the NV_IARRAY flag, even for a null scan. src/cmd/ksh93/tests/arrays.sh: - Add regression test for 'typeset -a' crash and check output. |
||
|---|---|---|
| .. | ||
| builtin | ||
| INIT | ||
| ksh93 | ||
| Makefile | ||
| Mamfile | ||