-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bugs in file output, including buffer overflow
The file output routine was bugged and failed when no parameter was passed to the program. In addition, a glaring buffer overflow vulnerability was present in the code used to determine the file name. This commit fixes these bugs.
- Loading branch information
Brian "DragonLord" Wong
authored and
Brian "DragonLord" Wong
committed
Oct 2, 2014
1 parent
6c01280
commit 37bf49b
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters