Actions
Bug #3776
opengcc can cause segfaults on ctfmerge
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2013-05-21
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
The issue was found initially in NetBSD:
https://github.com/jsonn/src/commit/924b243eee68869ee5ed48f2b2fab9815c4f4e82
GCC happens to use invalid ((unsigned)-1) value for DW_AT_byte_size to denote a variable size in an object.
I readapted the NetBSD patch for use in FreeBSD and in the process also unsigned some variables to clear some signed/unsigned comparison issues.
Files
Actions