descriptors/dr_50.c: Dereference null pointer (CID 17264)
The bug occurs due to a missing check for allocation failure of p_decoded->i_text. Instead p_decoded is checked again.
Showing
Please register or sign in to comment
The bug occurs due to a missing check for allocation failure of p_decoded->i_text. Instead p_decoded is checked again.