lrstanley / girc

:bomb: girc is a flexible IRC library for Go :ok_hand:
https://pkg.go.dev/github.com/lrstanley/girc
MIT License
139 stars 13 forks source link

feature: implement tests using fuzzing #54

Closed lrstanley closed 2 years ago

lrstanley commented 2 years ago

Need to look into implementing fuzzing using 1.18's new functionality:

https://go.dev/doc/fuzz/

I imagine this will for sure uncover additional bugs.

lrstanley commented 2 years ago

Added some fuzzing tests in https://github.com/lrstanley/girc/compare/dfb4cee9b999d78f96e379f66e25f7bc6c85ca5e...50a63cc27acdbfc32ff8504bbe962665a43d9d27.