--- report.c.orig 2006-11-12 11:37:26.000000000 +0200 +++ report.c 2006-11-12 11:39:14.000000000 +0200 @@ -539,8 +539,7 @@ break; case StaticGlobalBuffer: - printf(" %s\n", - ptr->data->Name); + printf(" fixed size global buffer\n"); printf(" \n"); printf(" Extra care should be taken to ensure that character arrays that are\n"); printf(" allocated with a static size are used safely. This appears to be a\n"); @@ -1008,8 +1007,7 @@ break; case StaticGlobalBuffer: - printf("

Issue: %s

\n", - ptr->data->Name); + printf("

Issue: fixed size global buffer

\n"); printf("

Severity: %s

\n", severities[ptr->severity]);