wllm-rbnt
wllm-rbnt
There is a compilation warning about pointer alignment in pcap/logpkt.c ``` [...] gcc -DHAVE_CONFIG_H -I. -I. -I./common/include -I./common/lib -I./null -I./ssl -I./base -I./pcap -D_DEFAULT_SOURCE=1 -DLINUX -DOPENSSL -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -ffile-prefix-map=/=....
fleur segfauts on insertion with the following corrupted (gzipped) bloomfilter files: [crash0_insert.bin.gz](https://github.com/hashlookup/fleur/files/9207722/crash0_insert.bin.gz) [crash1_insert.bin.gz](https://github.com/hashlookup/fleur/files/9207723/crash1_insert.bin.gz) The command used to reproduce the crashes is ```echo bla | ./fleurcli -c insert crash0_insert.bin``` Valgind output:...
fleur allocates large amounts of memory when using corrupted bloomfilter files on insertion. Cfr attached gzipped files: [hang0_insert.bin.gz](https://github.com/hashlookup/fleur/files/9207520/hang0_insert.bin.gz) [hang1_insert.bin.gz](https://github.com/hashlookup/fleur/files/9207521/hang1_insert.bin.gz) [hang2_insert.bin.gz](https://github.com/hashlookup/fleur/files/9207522/hang2_insert.bin.gz) This can be tested using the following command: ```echo bla...
This PR needs testing. Compilation tested on Debian Bookworm with libssl 3.0.11-1~deb12u2. The final goal is to fix https://github.com/adulau/ssldump/issues/95
This PR replaces `make` by `cmake` as a build system for the mksquashfs and unsquashfs tools. User defined variables & options are available in the top section of the CMakeLists.txt...