arangodb / velocypack

A fast and compact format for serialization and storage
Other
420 stars 40 forks source link

Added script for running litefuzz and explanation #113

Closed cpjulia closed 2 years ago

cpjulia commented 2 years ago

This PR adds a script that will invoke litefuzz to test a specific program for crashes. The specific programs in this case could be vpack-to-json, json-to-vpack... Litefuzz is a program that creates fuzz tests for finding bugs and improving programs. It can be found in this repository: litefuzz.

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 96.714% when pulling e04afa7c5bf6b597de0bb71ce27f60153c7c9f69 on feature/script-run-litefuzz into 0f2aa825f08de5e160a8282430e5c52adf1c2a68 on main.