nuttx-apps
nuttx-apps copied to clipboard
Strings allocations checks
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.