abema / go-mp4

Go library for reading and writing MP4 file
https://dev.to/sunfishshogi/go-mp4-golang-library-and-cli-tool-for-mp4-52o1
MIT License
464 stars 30 forks source link

Add fuzz tests #154

Closed aler9 closed 1 year ago

aler9 commented 1 year ago

@sunfish-shogi

This allows to discover most memory leaks and panics by running:

go test -fuzz=Read .

sunfish-shogi commented 1 year ago

Thank you for PR. Could you resolve the conflicts?

aler9 commented 1 year ago

i solved the conflict - i knew that this patch would have caused a conflict with the others, but i preferred sending all the changes separately in order to ease the review process.