memory allocation can fail. all malloc/kmalloc/mem_alloc calls must be checked for failure
specifically, filter_eval.c:cast_string doesnt check mem_alloc's return value.
Log in to post a comment.