Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Ignored Return Value  at term-terminfo.c:459

Categories: LANG.FUNCS.IRV CWE:252 CWE:253 POW10:7
Warning ID: 7458.28568
Procedure: term_addstr
Trace: view
Modified: Thu Nov 26 11:21:23 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/fe-text/term-terminfo.c
  Enter term_addstr
451 void term_addstr(TERM_WINDOW *window, const char *str) 
452 {
453         int len;
454  
455         if (vcmove) term_move_real();
456         len = strlen(str); /* FIXME utf8 or big5 */ 
457         term_printed_text(len);
458  
459         fwrite(str, 1, len, window->term->out);     /* Ignored Return Value */
460 } 




Change Warning 7458.28568 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: