http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29246
User: gerald
Date: 2009/07/30 10:55 AM
Log:
From Kovarththanan Rajaratnam via bug 3506:
The exception throwing code in except.c/h should be annotated with
"noreturn" to indicate that they never return. Running static analysis
on Wireshark without this annotation causes a lot of false positives
since these analyzers assume that the exception handling code are
ordinary functions that will eventually return.
Directory: /trunk/epan/
Changes Path Action
+5 -5 except.c Modified
+5 -4 except.h Modified