提交 68778f09 编写于 作者: J jbachorik

8007984: Null pointer dereference in...

8007984: Null pointer dereference in jdk/linux-amd64/democlasses/demo/jvmti/heapTracker/src/java_crw_demo.c
Reviewed-by: dholmes
上级 43cdd65d
......@@ -263,8 +263,8 @@ fatal_error(CrwClassImage *ci, const char *message, const char *file, int line)
/* Normal operation should NEVER reach here */
/* NO CRW FATAL ERROR HANDLER! */
(void)fprintf(stderr, "CRW: %s [%s:%d]\n", message, file, line);
abort();
}
abort();
}
#if defined(DEBUG) || !defined(NDEBUG)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册