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