cppcheck/samples/autoVariables/out.txt

4 lines
140 B
Plaintext
Raw Normal View History

2019-08-18 12:51:32 +02:00
samples\autoVariables\bad.c:4:5: error: Address of local auto-variable assigned to a function parameter. [autoVariables]
*a = &b;
^