Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Ignored Return Value  at commands.c:971

Categories: LANG.FUNCS.IRV CWE:252 CWE:253 POW10:7
Warning ID: 7468.28572
Procedure: cmd_cd
Trace: view
Modified: Thu Nov 26 11:21:24 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/core/commands.c
  Enter cmd_cd
963 static void cmd_cd(const char *data) 
964 {
965         char *str;
966  
967         g_return_if_fail(data != NULL);
968         if (*data == '\0') return;
969  
970         str = convert_home(data);
971         chdir(str);     /* Ignored Return Value */
972         g_free(str);
973 } 




Change Warning 7468.28572 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: