log signkey.c @ 1558:2f64cb3d3007 fuzz

age author description
Wed, 28 Feb 2018 21:40:08 +0800 Matt Johnston - #if not #ifdef for DROPBEAR_FUZZ fuzz
Sat, 17 Feb 2018 19:29:51 +0800 Matt Johnston merge from main fuzz
Thu, 20 Jul 2017 19:38:26 +0000 Michael Witten options: Complete the transition to numeric toggles (`#if')
Sat, 19 Aug 2017 17:16:13 +0200 Francois Perrad Pointer parameter could be declared as pointing to const
Sat, 24 Jun 2017 00:47:07 +0800 Matt Johnston merge from main fuzz
Fri, 26 May 2017 00:19:53 +0800 Matt Johnston fix null pointer crash
Sun, 21 May 2017 18:53:09 +0800 Matt Johnston Fix null pointer dereference found by libfuzzer
Wed, 14 Jun 2017 23:31:42 +0800 Matt Johnston merge from main fuzz
Fri, 26 May 2017 21:08:43 +0800 Matt Johnston add m_mp_free_multi, be more careful freeing when failing to load keys
Fri, 26 May 2017 21:08:43 +0800 Matt Johnston add m_mp_free_multi, be more careful freeing when failing to load keys fuzz
Fri, 26 May 2017 00:19:53 +0800 Matt Johnston fix null pointer crash fuzz
Thu, 25 May 2017 00:09:40 +0800 Matt Johnston avoid NULL argument to base64 decode fuzz
Tue, 23 May 2017 22:43:34 +0800 Matt Johnston fuzzer-pubkey fuzz
Sun, 21 May 2017 18:53:09 +0800 Matt Johnston Fix null pointer dereference found by libfuzzer fuzz
Wed, 04 May 2016 15:33:40 +0200 Matt Johnston Convert #ifdef to #if, other build changes