]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ncbmbuf: add tests as standalone mode
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 16 Oct 2025 14:41:42 +0000 (16:41 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 22 Oct 2025 13:04:24 +0000 (15:04 +0200)
commit25e378fa657078c8728398aa3ca0708d771a5927
tree1b64c67fd85a4a85939d19964879e8275157b71b
parent8b8ab2824e7cc74fa2d93b5d71ca1aaec7925e15
MINOR: ncbmbuf: add tests as standalone mode

Write some tests for ncbmbuf buf. These tests should be run each time
ncbmbuf implementation is adjusted. Use the following command :

$ gcc -g -DSTANDALONE -I./include -o ncbmbuf src/ncbmbuf.c && ./ncbmbuf

As the previous patch, this commit must be backported prior to the fix
to come on QUIC CRYPTO frames parsing.
src/ncbmbuf.c