Dfa Warnings (Windows Embedded CE 6.0)

1/5/2010

The Code Analysis tool detects defects such as uninitialized memory, NULL pointer dereference, memory and resource leaks, and so on.

For more information about Code Analysis warnings, see this Microsoft Web site.

The following warnings are reported in this category:

Warning number Description

C6001

Uninitialized memory <variable>.

C6011

Dereferenced NULL pointer <pointer>.

C6053

<function>call may not zero-terminate string <variable>.

C6059

Incorrect length parameter in call to <function>. Pass the number of remaining characters, not the buffer size of <variable>

C6211

Memory <pointer> leaks due to an exception. Consider using a local catch block to clean up memory

C6305

Potential mismatch between sizeof and countof quantities.

98102

Error processing file.

See Also

Reference

Warnings by Category