Bug - Static Analysis #1145
LSModule SDK 20: C28182 Dereferencing a copy of a null pointer
Status:
New
Priority:
Normal
Assignee:
-
Start date:
2014-01-21
Due date:
% Done:
0%
Estimated time:
vbulletin_issue_id:
Description
C28182 Dereferencing a copy of a null pointer
Dereferencing NULL pointer. 'argv' contains the same NULL value as 'realloc()`395' did.
- Line 395: 'argv' may be NULL
- Line 398: 'argv' is dereferenced, but may still be NULL
LSMMySQL - lsmodule.h (Line 398)
Related issues
Updated by CyberTech almost 11 years ago
- Related to Bug - Static Analysis #1147: LSModule SDK 20: C6340 Incorrect type passed as parameter in call to function added
Updated by CyberTech almost 11 years ago
- Related to deleted (Bug - Static Analysis #1147: LSModule SDK 20: C6340 Incorrect type passed as parameter in call to function)
Updated by CyberTech almost 11 years ago
- Related to Bug - Static Analysis #1146: LsModule SDK 20: C6308 Realloc leak added