Bug 3688 - q3asm potential segfault fix and other changes
Status: RESOLVED FIXED
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 minor
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2008-06-15 11:27 EDT by TsT
Modified: 2008-07-05 19:51:46 EDT
0 users

See Also:


Attachments
[0] all-in-one diff file (7.65 KB, patch)
2008-06-15 11:29 EDT, TsT
[1] fix for segfault when no file to assemble found (436 bytes, patch)
2008-06-15 11:30 EDT, TsT
[2] add help option support (-h --help -?) (1.67 KB, patch)
2008-06-15 11:31 EDT, TsT
[3] append static prefix to functions (5.63 KB, patch)
2008-06-15 11:31 EDT, TsT
[4] comment typo fix (477 bytes, patch)
2008-06-15 11:32 EDT, TsT

Description TsT 2008-06-15 11:27:33 EDT
This is my change list on file code/tools/asm/q3asm.c :

 [1] fix for segfault when using "q3asm -v"
 [2] add help option support (-h --help -?)
 [3] append static prefix
 [4] comment typo fix

You can see the all-in-one diff file [0] and every other diff separated.

Best Regards,
Comment 1 TsT 2008-06-15 11:29:16 EDT
Created attachment 1787 [details]
[0] all-in-one diff file
Comment 2 TsT 2008-06-15 11:30:28 EDT
Created attachment 1788 [details]
 [1] fix for segfault when no file to assemble found
Comment 3 TsT 2008-06-15 11:31:10 EDT
Created attachment 1789 [details]
 [2] add help option support (-h --help -?)
Comment 4 TsT 2008-06-15 11:31:47 EDT
Created attachment 1790 [details]
 [3] append static prefix to functions
Comment 5 TsT 2008-06-15 11:32:12 EDT
Created attachment 1791 [details]
 [4] comment typo fix
Comment 6 Tim Angus 2008-07-05 19:51:46 EDT
Fixed in r1405.