plan9fox/sys/src/cmd/htmlroff
Ori Bernstein 6dbecfb457 htmlroff: fix out of bounds access (thanks Rei-sen, via plan9port)
_readx() uses rune count as its argument and not size, so we should
pass nelem() instead of sizeof().
2020-08-01 10:49:29 -07:00
..
a.h
char.c
html.c
input.c
main.c
mkfile
roff.c
t1.c
t2.c
t3.c
t4.c
t5.c
t6.c
t7.c
t8.c
t9.c
t10.c
t11.c
t12.c
t13.c
t14.c
t15.c
t16.c
t17.c
t18.c
t19.c
t20.c
util.c