Bug#990264: ksh: output error is not checked for some builtins

2024-04-20 Thread Vincent Lefevre
Control: reassign -1 ksh93u+m Control: found -1 1.0.4-3 Control: found -1 1.0.8-1 Control: tag -1 upstream Control: forwarded -1 https://github.com/ksh93/ksh/issues/313 Forgot the "Control:". Also: note the reassign due to the package rename of ksh to ksh93u+m in September 2021. 1.0.4-3 is the cu

Bug#990264: ksh: output error is not checked for some builtins

2024-04-20 Thread Vincent Lefevre
reassign -1 ksh93u+m found -1 1.0.4-3 found -1 1.0.8-1 tag -1 upstream forwarded -1 https://github.com/ksh93/ksh/issues/313

Bug#990264: ksh: output error is not checked for some builtins

2021-06-24 Thread Vincent Lefevre
Package: ksh Version: 2020.0.0+really93u+20120801-9 Severity: normal Output error is not checked for some builtins (at least pwd and ulimit), e.g. after closing stdout. $ exec >&- $ for i in echo pwd print ulimit; do echo "[$i]" >&2; $i; echo $? >&2; done [echo] 1 [pwd] 0 [print] 1 [ulimit] 0 No