Open epico opened 3 years ago
I don't quite understand what clues the scanning results give us. But I can see two places where brk_pool_add()
could be passed NULL
as node
, one in brk_maximal_do_impl()
and the other in brk_recover_try()
, where the result of brk_pool_node_new()
is not checked.
I'll try to handle these cases.
Here are some reports from Coverity Scan for libthai-0.1.28.
Does the above defect mean some issue or just false alert?