plan9fox/sys/include/ape
cinap_lenrek 202be57bb9 draw: add badrect() function to reject zero, negative size or orverly huge rectangles
not checking the rectangle dimensions causes integer overflows
and memory corruption. adding a new badrect() function that checks
for these cases.
2013-06-16 19:01:46 +02:00
..
arpa ape: initial IPv6 support, inet_pton()/inet_ntop(), getaddrinfo()/getnameinfo() 2013-03-31 18:52:45 +02:00
netinet ape: add inet_aton() 2013-04-01 19:16:18 +02:00
openssl
sys ape: initial IPv6 support, inet_pton()/inet_ntop(), getaddrinfo()/getnameinfo() 2013-03-31 18:52:45 +02:00
ar.h
assert.h
bsd.h ape: fix putenv() 2012-12-03 06:44:30 +01:00
bzlib.h
ctype.h
cursor.h
dirent.h
draw.h draw: add badrect() function to reject zero, negative size or orverly huge rectangles 2013-06-16 19:01:46 +02:00
errno.h python: update python build configuration to new ape capabilities like getaddrinfo(), ipv6 and fix EISCON typo in ape 2013-03-31 18:54:45 +02:00
error.h
event.h
fcntl.h
fmt.h
grp.h
inttypes.h
keyboard.h
lib9.h ape: change types from unsigned long to void* for rendezvous() and segattach()/segbrk() (erik), use uniqueue rendezvous tags for _buf and listen 2013-05-11 18:34:40 +02:00
libl.h
libnet.h
libv.h
limits.h ape: add PASS_MAX constant for getpass() to limits.h (from patch/ape-pass_max) 2013-02-28 19:21:03 +01:00
locale.h
lock.h
mouse.h
netdb.h ape: initial IPv6 support, inet_pton()/inet_ntop(), getaddrinfo()/getnameinfo() 2013-03-31 18:52:45 +02:00
Plan9libnet.h
pwd.h
qlock.h
regexp.h
select.h
setjmp.h
signal.h
stddef.h
stdio.h
stdlib.h ape: fix putenv() 2012-12-03 06:44:30 +01:00
string.h
termios.h
time.h
u.h
unistd.h
utf.h fix utf and rune handling in preparation for 32bit runes 2012-12-31 21:09:46 +01:00
utime.h
zlib.h