CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2015/10/16 17:13:35
Modified files: bin/ksh : alloc.c Log message: Move the overflow check to alloc() so that the link struct overhead can never bite us. Suggested by Theo Buehler, inspired by Bitrig's natano@. ok tedu@