Actions
Bug #6235
closedCall to malloc not checked in thread_pthread.c
Bug #6235:
Call to malloc not checked in thread_pthread.c
Description
File: thread_pthread.c
struct cached_thread_entry *entry =
(struct cached_thread_entry *)malloc(sizeof(struct cached_thread_entry));
Actions