Hide Forgot
In libglusterfs/src/logging.c: 571 cmd_log_filename = gf_strdup (filename); 572 if (!filename) { 573 gf_log ("glusterd",GF_LOG_CRITICAL, "gf_cmd_log_init: strdup" 574 " error\n"); Wrong variable is checked after the function call. Should be (!cmd_log_filename)
PATCH: http://patches.gluster.com/patch/6162 in master (Check correct variable after function call.)
checked the code the variable is updated