Commit ID: 100573B39F5517EBA22
CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/05/17 15:36:36 UTC
Modified files:
bin/mksh : check.t sh.h shf.c
Log message:
fix shf.c-internal buffer overread on printing digits,
introduced by the utf_skipcols()-related fixes, more
specifically the check for combining multibyte characters
past end of given width (bogus mixed-up semantics we have here)
by reïntroducing the NUL byte from commitid 1005474EE1E4024A4E4
To generate a diff of this changeset, execute the following commands:
cvs -R rdiff -kk -upr1.731 -r1.732 src/bin/mksh/check.t
cvs -R rdiff -kk -upr1.771 -r1.772 src/bin/mksh/sh.h
cvs -R rdiff -kk -upr1.73 -r1.74 src/bin/mksh/shf.c