Static code Analysis for Pro*C
Hi!
I am new to Oracle and I am learning about it. I have got some Pro*C source code which is running in a highly safety critical environment. A part of safety assessment should be also static code analysis to prevent memory leaks and other errors static code analyzers usually find.
I was looking for a static code analyzers to analyze the Pro*C code but was not able to find any. Is there really the only way to precompile Pro*C to C code and then run static code analysis. C code that is produced is not very human readable so I would prefere that analyzer would be able to analyze Pro*C code. Is that possible? Do you have any experience with analysing Pro*C code?
0