otris / ews-cpp

A C++11 header-only library for Microsoft Exchange Web Services
Apache License 2.0
69 stars 30 forks source link

Fuzz test library #8

Open bkircher opened 8 years ago

bkircher commented 8 years ago

Investigate something like AFL (http://lcamtuf.coredump.cx/afl/) to fuzzy test ews-cpp. Automate if reasonable.

bkircher commented 7 years ago

Done some testing here: https://github.com/m-Schlitzer/ews-cpp/commits/fuzzing. No crashes found. Thanks!