~mcf/cproc#74: 
Segfaults on invalid syntax

struct x() {
}
Status
RESOLVED FIXED
Submitter
~sircmpwn
Assigned to
No-one
Submitted
1 year, 7 months ago
Updated
1 year, 7 months ago
Labels
No labels applied.

~mcf REPORTED FIXED 1 year, 7 months ago

Thanks for the report. The problem was that declarator() was allowing an abstract function declarator (struct x(), i.e. function with unspecified arguments returning struct x), even when allowabstract was false.

Fixed by 87553780.

Register here or Log in to comment, or comment via email.