This release runs on the following platforms:
This release of CodeSurfer fixes some problems with the library models as well as a few fairly minor bugs.
The models for the C library had some problems with respect to the pointer analysis. Although they reflected the correct data dependences, in some cases they would cause items to be erroneously inserted into points-to sets. For example, in the statement i=strlen(s), the parameter s would end up in the points-to set of the variable i. Several of these problems have now been fixed.