Commit ID: 100569825E73343E900
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/01/14 22:49:33 UTC
Modified files:
bin/mksh : funcs.c sh.h var.c
Log message:
permit 'read -A/-a arr[idx]' as long as only one element is read;
fix corruption of array indicēs with this construct (LP#1533396)
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.289 -r1.290 src/bin/mksh/funcs.c
cvs -R rdiff -kk -upr1.753 -r1.754 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.196 -r1.197 src/bin/mksh/var.c