Closed
Description
Bugzilla Link | 8081 |
Resolution | FIXED |
Resolved on | Sep 07, 2010 15:45 |
Version | trunk |
OS | Linux |
Reporter | LLVM Bugzilla Contributor |
CC | @tkremenek |
Extended Description
cat tst.c
#include <stdio.h>
void new_fseek(FILE *stream, long offset, int whence)
{
fseek(stream, offset, whence);
}
clang --version
clang version 2.8 (trunk 113069)
Target: i386-pc-linux-gnu
Thread model: posix
/usr/src/llvm/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks tst.c
0 clang 0x09094be8
Stack dump:
0. Program arguments: /usr/src/llvm/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem -analyzer-experimental-checks tst.c
-
<eof> parser at end of file
-
tst.c:5:3: Error evaluating statement
-
tst.c:5:3: Error evaluating statement
Segmentation fault (core dumped)