Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Unused Value  at perl-core.c:52

Categories: LANG.STRUCT.UVAL CWE:563
Warning ID: 7347.28442
Procedure: perl_script_destroy_package
Trace: view
Modified: Thu Nov 26 11:09:43 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     
LineSource
  /kat0/fletcher/SATE/2010/irssi-0.8.14/src/perl/perl-core.c
  Enter perl_script_destroy_package
48 static void perl_script_destroy_package(PERL_SCRIPT_REC *script) 
49 {
50         dSP;
51  
52         ENTER;     /* Unused Value */
53         SAVETMPS;
54  
55         PUSHMARK(SP);
56         XPUSHs(sv_2mortal(new_pv(script->package)));
57         PUTBACK;
58  
59         perl_call_pv("Irssi::Core::destroy", G_VOID|G_EVAL|G_DISCARD);
60  
61         SPAGAIN;
62  
63         PUTBACK;
64         FREETMPS;
65         LEAVE;   /* Unused Value (ID: 7348.28443) */
66 } 




Change Warning 7347.28442 : Unused Value

Priority:
State:
Finding:
Owner:
Note: