You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. $ rats -w 3
2. seg fault
What is the expected output? What do you see instead?
Should not seg fault
What version of the product are you using? On what operating system?
2.3 cygwin windows 7
Please provide any additional information below.
also segfaults on "rats --version". Looks like it's a problem parsing command
line options.
Original issue reported on code.google.com by [email protected] on 20 May 2013 at 11:43
The text was updated successfully, but these errors were encountered:
Hi, actually rats segfault for all long argument that does not exist.
The array long_options, the fourth parameter of getopt_long, must be terminated
with all fields to 0.
The patch to fix this issue is attached to this comment.
Original comment by inceax64 on 2 Jul 2013 at 3:41
Original issue reported on code.google.com by
[email protected]
on 20 May 2013 at 11:43The text was updated successfully, but these errors were encountered: