|
PC-lint/FlexeLint Output | Reference Manual Explanation | Home Page bug530.cpp
To the bewilderment of the programmer the expected output
did not appear. Why not?
bug530.cpp lint Output
--- Module: bug530.cpp
_
}
bug530.cpp(10) : Warning 429: Custodial pointer 'x' (line 5) has not been freed
or returned
_
foo(x);
bug530.cpp(16) : Warning 530: x (line 14) not initialized
Reference Manual Explanation
530 Symbol (Location) not initialized -- An auto variable was used
before it was initialized.
|
Previous Bug - Bug #722 - November 2000