We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#include <stdio.h>
void new_fseek(FILE *stream, long offset, int whence) { fseek(stream, offset, whence); }
clang version 2.8 (trunk 113069) Target: i386-pc-linux-gnu Thread model: posix
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
Segmentation fault (core dumped)
The text was updated successfully, but these errors were encountered:
assigned to @tkremenek
Sorry, something went wrong.
Fixed:
http://llvm.org/viewvc/llvm-project?view=rev&revision=113282
Merge pull request llvm#8453 from chelcassanova/clarify-progress-doxy…
3b7f557
…gen-cherrypick [lldb][progress][NFC] Clarify Doxygen comments for `details` field (#…
tkremenek
No branches or pull requests
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
Segmentation fault (core dumped)
/usr/src/llvm/Release+Asserts/bin/clang -cc1 -analyze -analyzer-experimental-checks tst.c
/usr/src/llvm/Release+Asserts/bin/clang -cc1 -analyze -analyzer-check-objc-mem tst.c
The text was updated successfully, but these errors were encountered: