nuttx-apps icon indicating copy to clipboard operation
nuttx-apps copied to clipboard

Strings allocations checks

Open fjpanag opened this issue 2 years ago • 0 comments

The various apps make use of strdup() and asprintf().

These calls are not always checked for success.

All apps shall be scanned for all uses of strdup() and asprintf().
Error checking shall be added to all cases that these functions are used.

fjpanag avatar Apr 27 '23 12:04 fjpanag