Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Null Pointer Dereference  at Irc.c:49

Categories: LANG.MEM.NPD CWE:476
Warning ID: 7379.28477
Procedure: perl_dcc_fill_hash
Trace: view
Modified: Thu Nov 26 11:15:12 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
   /kat0/fletcher/SATE/2010/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 {
 48         hv_store(hv, "type", 4, new_pv(dcc_type2str(dcc->type)), 0);   /* Null Pointer Dereference (ID: 7380.28478) */
true49         hv_store(hv, "orig_type", 9, new_pv(dcc_type2str(dcc->orig_type)), 0);     /* Null Pointer Dereference */
Preconditions
&$unknown_1266335 != 0
&$unknown_1266340 >= 0
&$unknown_1266344 != 0
strlen(&$unknown_1266336) = &$unknown_1266340




Change Warning 7379.28477 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: