plan9fox/sys/src/libhtml
cinap_lenrek 95fac5e873 libhtml: fix potential linked list corruption
the difficulty is freeing items while parsing because items might already
be linked into various linked lists like in docinfo.images or form.fiels.
so we link images, tables and formfields to the docinfo as the final step
of getitems() pass using the new recursive function linkitems(). as only
reachable items get linked theres no danger of dangeling pointers.
2013-09-05 00:55:58 +02:00
..
build.c libhtml: fix potential linked list corruption 2013-09-05 00:55:58 +02:00
impl.h
lex.c libhtml: fix memory leaks 2013-09-04 21:27:15 +02:00
mkfile
strinttab.c
utils.c libhtml: fix memory leaks 2013-09-04 21:27:15 +02:00