-
- Downloads
fix px4_log.c: avoid potential buffer overflow
The buffer length given to snprintf() is unsigned, so we must check for an overflow after each call. This happend for very long printf's (module documentation)
Please register or sign in to comment