SAP / odfuzz

Apache License 2.0
18 stars 12 forks source link

Print a full stack trace when an error occurs #56

Closed lubosmj closed 4 years ago

lubosmj commented 4 years ago

When an unhandled error occurs, the fuzzer logs the error and ends without any useful exit message. This commit enables the fuzzer to print exception information to the standard output stream.

phanak-sap commented 4 years ago

Also add this bugfix note to changelog.md , section fixed pls.

codecov-io commented 4 years ago

Codecov Report

Merging #56 into master will decrease coverage by 0.09%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #56      +/-   ##
==========================================
- Coverage   61.33%   61.24%   -0.10%     
==========================================
  Files          17       17              
  Lines        3347     3352       +5     
==========================================
  Hits         2053     2053              
- Misses       1294     1299       +5     
Impacted Files Coverage Δ
odfuzz/odfuzz.py 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6dc384d...967ec9e. Read the comment docs.