Fix bug caused by missing return value check#1769
Fix bug caused by missing return value check#1769MicroMilo wants to merge 3 commits intocoturn:masterfrom
Conversation
|
There are also some similar bugs need to fix. |
|
Hi @MicroMilo While some of the changes make sense (clmessage length and division by 0) - the rest of return value checks are actually bad IMHO This is a generic issue with automatic scanners that warn about return value validation. In case of memory allocation - those do not have value. To sum it up: I recommend against memory allocation validation changes - I'll review the rest after that. Thanks again! |
Fix #1766