the bitrig natano_ksh branch has been created by natano. it is 0 commits behind master, and 2 commits ahead.
commit 2f0b0d7cd4767cf757f704808e9847a6de16ee8d diff: https://github.com/bitrig/bitrig/commit/2f0b0d7 author: Martin Natano <[email protected]> date: Fri Apr 17 08:22:05 2015 +0200 Introduce the acalloc() and aresizearray() functions. These functions are used to allocate and resize arrays, including the required overflow checks. The same reasoning as for realloc vs. reallocarray applies. M bin/ksh/alloc.c M bin/ksh/c_sh.c M bin/ksh/edit.c M bin/ksh/exec.c M bin/ksh/expand.h M bin/ksh/history.c M bin/ksh/lex.c M bin/ksh/main.c M bin/ksh/proto.h M bin/ksh/sh.h M bin/ksh/shf.c M bin/ksh/syn.c M bin/ksh/table.c M bin/ksh/tree.c commit e26e6aca7a19c3a536834137a82ffbcbe092a968 diff: https://github.com/bitrig/bitrig/commit/e26e6ac author: Martin Natano <[email protected]> date: Thu Apr 16 22:35:49 2015 +0200 Add overflow checks to alloc() and aresize(). M bin/ksh/alloc.c
