Re: [PATCH uci 4/6] tests: cram: add uci import testing on fuzzer corpus

2020-10-05 Thread Hauke Mehrtens
On 10/5/20 2:03 PM, Petr Štetiar wrote: > Hauke Mehrtens [2020-10-04 17:10:59]: > >> On 10/3/20 9:48 AM, Petr Štetiar wrote: >>> Use valgrind and uci cli compiled with undefined, address and leak >>> sanitizers. >> >>> diff --git a/tests/cram/test-san_uci_import.t >>>

Re: [PATCH uci 4/6] tests: cram: add uci import testing on fuzzer corpus

2020-10-05 Thread Petr Štetiar
Hauke Mehrtens [2020-10-04 17:10:59]: > On 10/3/20 9:48 AM, Petr Štetiar wrote: > > Use valgrind and uci cli compiled with undefined, address and leak > > sanitizers. > > > diff --git a/tests/cram/test-san_uci_import.t > > b/tests/cram/test-san_uci_import.t > > new file mode 100644 > >

Re: [PATCH uci 4/6] tests: cram: add uci import testing on fuzzer corpus

2020-10-04 Thread Hauke Mehrtens
On 10/3/20 9:48 AM, Petr Štetiar wrote: > Use valgrind and uci cli compiled with undefined, address and leak > sanitizers. > diff --git a/tests/cram/test-san_uci_import.t > b/tests/cram/test-san_uci_import.t > new file mode 100644 > index ..7faed221f93e > --- /dev/null > +++

[PATCH uci 4/6] tests: cram: add uci import testing on fuzzer corpus

2020-10-03 Thread Petr Štetiar
Use valgrind and uci cli compiled with undefined, address and leak sanitizers. Signed-off-by: Petr Štetiar --- tests/cram/CMakeLists.txt| 7 ++- tests/cram/test-san_uci_import.t | 15 +++ tests/cram/test_uci_import.t | 15 +++ 3 files changed, 36