plan9fox/sys/src/ape/lib/ap
Ori Bernstein 2db3642b8d strndup: don't assume buffer is terminated
Using strlen in strndup will walk past the first
n bytes up to the terminator, which may not be
present. This is not what we want.

While we're here, do some cleanups.
2020-12-18 07:16:29 -08:00
..
386 ape: return plan9 error strings from strerror() 2016-05-04 00:23:48 +02:00
68020 ape: return plan9 error strings from strerror() 2016-05-04 00:23:48 +02:00
amd64 Turn on warnings when building libap. 2019-06-21 10:00:58 -07:00
arm ape: return plan9 error strings from strerror() 2016-05-04 00:23:48 +02:00
arm64 libc: fix return value for arm64 memset() and memove() 2019-05-09 12:40:03 +02:00
gen strndup: don't assume buffer is terminated 2020-12-18 07:16:29 -08:00
math Turn on warnings when building libap. 2019-06-21 10:00:58 -07:00
mips ape: return plan9 error strings from strerror() 2016-05-04 00:23:48 +02:00
plan9 fix alignment in ape malloc 2020-03-09 08:02:22 -07:00
posix Turn on warnings when building libap. 2019-06-21 10:00:58 -07:00
power ape: return plan9 error strings from strerror() 2016-05-04 00:23:48 +02:00
sparc ape: return plan9 error strings from strerror() 2016-05-04 00:23:48 +02:00
spim ape: add machine specific code for spim 2015-10-04 19:50:24 +02:00
stdio Fix scans of more than one character in %[] 2020-05-15 16:46:20 -07:00
syscall
extraobjs
mkfile