#22 nsd/tclmisc.c:914: error: Null Dereference pointer `death` last assigned on line 913 could be null and is dereferenced at line 914, column 5. nsd/tclmisc.c:907:1: start of procedure NsTclCrashObjCmd() 905. */ 906. 907. int ^ 908. NsTclCrashObjCmd(ClientData UNUSED(clientData), Tcl_Interp *UNUSED(interp), 909. int UNUSED(argc), Tcl_Obj *const* UNUSED(objv)) nsd/tclmisc.c:913:5: 911. char *death; 912. 913. death = NULL; ^ 914. *death = 'x'; 915. nsd/tclmisc.c:914:5: 912. 913. death = NULL; 914. *death = 'x'; ^ 915. 916. return TCL_ERROR;