Skip to content

Conversation

@snadi
Copy link

@snadi snadi commented Jan 19, 2024

When no -o outputfile is given, a segfault occurs because the pointer containing the default file name is immediately freed, while that memory location is accessed later when using the file name to write the output.

This PR fixes this bug and also provides running instructions int the readme.

snadi and others added 9 commits January 19, 2021 10:30
* Add support for longer filenames (#5)

* fix a bug in the trim function (#3)

* fix a bug in the trim function

* Windows sscanf bug

Co-authored-by: Deven Bansod <devenbansod@users.noreply.github.com>
Co-authored-by: Qianqian Wang <q.wang@gatech.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant