This malloc() didn't have a check for successfully allocated memory. I created one following other examples.
Details
Details
Diff Detail
Diff Detail
Differential D26318
Added check for malloc return Authored by vhscampos on Nov 4 2016, 5:04 PM.
Details This malloc() didn't have a check for successfully allocated memory. I created one following other examples.
Diff Detail Event Timeline |
Please add same check here as well.