]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Limit oc_text_buf to 16MiB, start adding test cases
authorDavid Woodhouse <dwmw2@infradead.org>
Tue, 18 May 2021 17:27:58 +0000 (18:27 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Tue, 18 May 2021 17:27:58 +0000 (18:27 +0100)
commit0f6b7556c039e7a9cfef975bf027f5a7d3eb6c57
tree62aa96fae17f069f36261a598df2bc69b67f4cd7
parentc1d6418861d32e9b6989bd6ec0d5066aaded847b
Limit oc_text_buf to 16MiB, start adding test cases

We really ought to unit test this a lot harder. This is a start...

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
tests/Makefile.am
tests/buftest.c [new file with mode: 0644]
textbuf.c