summaryrefslogtreecommitdiffstats
path: root/bin/ksh/alloc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce internal_warningf() and mark internal_errorf() as noreturnjca2018-01-161-6/+6
* Switch calloc(3) back to malloc(3). The call to calloc was introducedtb2017-11-021-2/+2
* Remove expensive pointer check in afree()jca2017-08-151-10/+2
* Change the mmap(2)-based binary history file with lots of magic and atb2017-05-291-2/+2
* put this in the public domain as well. reminded by theo. we discussedespie2016-06-011-25/+3
* Move system headers from sh.h to those files that actually need them.tb2015-12-141-1/+2
* Apply style(9) to header includes.mmcc2015-10-191-1/+2
* Change allocarray() to areallocarray(), a full reallocarray clone. Allmmcc2015-10-171-3/+3
* Copy alloc()'s overflow check to aresize().mmcc2015-10-171-1/+5
* Move the overflow check to alloc() so that the link struct overhead canmmcc2015-10-161-5/+5
* Add allocarray(), an overflow-safe allocation function.mmcc2015-10-161-1/+26
* Extra sanity checking for afree(); OK deraadt@ and pvalchev@millert2008-07-211-2/+9
* basic knfderaadt2004-02-191-6/+6
* Don't allow alloc() and aresize() to fail. Their return value wasmillert2003-08-051-11/+12
* Kill hand-made memory allocation code, that is definitely buggy.espie2002-03-011-736/+77
* pdksh-5.2.14millert1999-07-141-2/+2
* overflow fix; michael@cs.mun.caderaadt1998-06-291-2/+2
* pdksh-5.2.13 + local changesmillert1998-06-251-105/+595
* Import pdksh 5.2.7.downsj1996-08-141-0/+288