Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-21 | Extra sanity checking for afree(); OK deraadt@ and pvalchev@ | Todd C. Miller | |
2004-02-19 | basic knf | Theo de Raadt | |
2003-08-05 | Don't allow alloc() and aresize() to fail. Their return value was | Todd C. Miller | |
only checked in two place (both in conjunction with str_save). Upon malloc/realloc failure we call internal_errorf() which pops throws and error and pops back to the last good state. OK deraadt@ pval@ fgs@ Original problem noted by mickey@ | |||
2002-03-01 | Kill hand-made memory allocation code, that is definitely buggy. | Marc Espie | |
Replace with simple wrapper around malloc, at least this works, and it's easier to debug anyways. | |||
1999-07-14 | pdksh-5.2.14 | Todd C. Miller | |
1998-06-29 | overflow fix; michael@cs.mun.ca | Theo de Raadt | |
1998-06-25 | pdksh-5.2.13 + local changes | Todd C. Miller | |
1996-08-14 | Import pdksh 5.2.7. | Jason Downs | |