CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2018/04/24 02:25:16
Modified files: bin/ksh : syn.c Log message: Keep the time pipeline's stack in tact Revision 1.28 (2008) fixed stack abuse by allocating a new one and effectively clearing it. This broke pipelines such as $ time for i in . ; do : ; done /bin/ksh: : is read only Prompted by tb, OK millert, tb, jca