fuzz: commit test case for oss-fuzz issue 6884
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 14 Mar 2018 13:31:24 +0000 (14:31 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 14 Mar 2018 14:20:02 +0000 (15:20 +0100)
commit8d89e51f3c58e3712765e7a9e1cddf45d3594509
tree7ec7c1c034c91dee07fff4a82ef1e9edac4eba40
parent52d4d1d339c405818c80960f981ede337785c0da
fuzz: commit test case for oss-fuzz issue 6884

This seems to be a false positive in msan:
https://github.com/google/sanitizers/issues/767.

I don't see anything wrong with the code either, and valgrind does not see the
issue. Anyway, let's add the test case.

We don't have msan hooked up yet, but hopefully we'll in the future.

oss-fuzz #6884.
src/test/test-socket-util.c
test/fuzz-regressions/fuzz-unit-file/oss-fuzz-6884 [new file with mode: 0644]
test/fuzz-regressions/meson.build