plan9fox/sys/src
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
..
9 devmnt: add debug print for convS2M failing, suspecting this causing zero length writes 2013-06-16 06:16:43 +02:00
ape ape: fix _main stack setup for arm (_privates and _errnoloc was inside argv) 2013-06-08 23:53:28 +02:00
boot pbs: allow 9bootfat start cluster beyond 0xFFFF 2013-05-06 01:15:46 +02:00
cmd make filesystem handling of read9pmsg() consistent 2013-06-16 06:26:31 +02:00
games fixed operand size for ADD SP, n 2013-05-02 10:40:45 -04:00
lib9p make filesystem handling of read9pmsg() consistent 2013-06-16 06:26:31 +02:00
libaml libaml: create \_GL name object 2013-06-07 18:34:28 +02:00
libauth libauth: auth_chuid empty (from sources) 2013-04-11 13:45:11 +02:00
libauthsrv
libavl
libbin
libbio fix utf and rune handling in preparation for 32bit runes 2012-12-31 21:09:46 +01:00
libc pool: use splaying to balance free node tree 2013-06-14 17:31:04 +02:00
libcomplete
libcontrol
libdisk
libdraw draw: add badrect() function to reject zero, negative size or orverly huge rectangles 2013-06-16 19:01:46 +02:00
libfis
libflate
libframe
libgeometry
libhtml fix utf and rune handling in preparation for 32bit runes 2012-12-31 21:09:46 +01:00
libhttpd
libip fix parseip() 2013-04-02 03:39:24 +02:00
liblex
libmach libmach: add EMMS for disassembly (8db.c, thanks mischief) 2013-06-12 19:38:14 +02:00
libmemdraw draw: add badrect() function to reject zero, negative size or orverly huge rectangles 2013-06-16 19:01:46 +02:00
libmemlayer
libmp
libndb
liboventi
libplumb
libregexp
libscribble
libsec
libstdio
libString
libsunrpc
libthread
libventi libventi: handle nil connection in rpc as error instead of crashing (from sources) 2013-01-25 14:19:18 +01:00
mkfile
mkfile.proto
NOTICE