You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
* src/thbrk/brk-maximal.c (brk_maximal_do_impl, brk_recover_try):
- Handle cases where brk_pool_node_new() possibly returns NULL.
In both places, fail gracefully by behaving as if the dict state
were single there.
Partially addresses Issue #15.
Here are some reports from Coverity Scan for libthai-0.1.28.
Does the above defect mean some issue or just false alert?
The text was updated successfully, but these errors were encountered: