Open Quuxplusone opened 13 years ago
Ping!
I haven't had a chance to look at this yet.
Can you provide:
(A) Self-contained source that exhibits the problem.
(B) A preprocessed version of that source (so I see the definitions on your
system).
Thanks!
Attached select.c
(694 bytes, text/plain): Example from select(2) manpage
Attached select.e
(59567 bytes, text/plain): Preprocessed version for the select(2) example
ping! :)
ping!
Clang 3.5.1 is still affected by this issue.
I just hit this bug with 3.7.0.
Bug still present as of :
$ clang --version
clang version 10.0.1 (Red Hat 10.0.1-1.module+el8.3.0+7459+90c24896)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Steps to reproduce:
1. Download select.c attached to this issue
2. scan-build clang select.c
select.c
(694 bytes, text/plain)select.e
(59567 bytes, text/plain)