plan9fox/sys
cinap_lenrek 9d15403fda libc: fix overflow of domain component rune buffer for idn2utf()
If the source string has a run of more than 256 runes without
a "." dot, we'd overflow the runebuffer in idn2utf().

The utf2idn() routine had a check in the while loop, but that
is actually wrong too, as it would insert a dot and restart
the loop in the middle of a domain component. Just error
out if a domain component is too long.
2021-10-31 12:39:46 +00:00
..
doc /sys/doc: fix mkfile to and remove files that now can be regenerated 2017-05-09 16:23:48 +02:00
games/lib fortunes: unremove 2021-07-08 15:47:49 +00:00
include qsort: ...forgot to include headers in the commit. 2021-08-11 13:10:14 +00:00
lib rootstub: create /sys/lib/tls/acmed directory 2021-10-27 17:05:07 +00:00
man acmed(8): ip => auth: missed a reference to the old name 2021-10-29 20:13:53 +00:00
src libc: fix overflow of domain component rune buffer for idn2utf() 2021-10-31 12:39:46 +00:00