Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Ignored Return Value  at commands.c:971

Categories: LANG.FUNCS.IRV CWE:252 CWE:253 POW10:7
Warning ID: 2402.2417
Procedure: cmd_cd
Trace: View
Modified: Wed Sep 2 12:25: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
  /u1/paul/SATE/2010/c/irssi/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 2402.2417 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: