Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Null Pointer Dereference  at Irc.c:48

Categories: LANG.MEM.NPD CWE:476
Warning ID: 2318.2328
Procedure: perl_dcc_fill_hash
Trace: View
Modified: Wed Sep 2 12:09:25 2009   show details
 
Priority: None
State: None
Finding: None
Owner: None
  edit properties

Legend [ X ]
Warning Location
Contributes
Parse Error
Other Warning
Two or More Loop Iterations
On Execution Path
Comment
Macro
Preprocessor
Include
Keyword
Preprocessed Away

Source  |  Language: C Hide Legend     
ProblemLineSource
   /u1/paul/SATE/2010/c/irssi/irssi-0.8.14/src/perl/irc/Irc.c
   Enter perl_dcc_fill_hash
 46 static void perl_dcc_fill_hash(HV *hv, DCC_REC *dcc) 
 47 {
true48         hv_store(hv, "type", 4, new_pv(dcc_type2str(dcc->type)), 0);     /* Null Pointer Dereference */
Preconditions
&$unknown_2043311 != 0
Postconditions
dcc' = $param_2
hv' = $param_1




Change Warning 2318.2328 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: