Files
PX4-Autopilot/platforms/common/include/px4_platform_common
Junwoo Hwang f5215e8207 board_identity: Fix UUID format function buffer overflow bug
- Previously, not having a proper boundary check caused overflows in the
buffer (wrong memory access)
- Moreoever, negative size values getting introduced to snprintf &
strncat were also being truncated to unsigned value, hence causing
overflow, so index check needed to be added before both functions
- Fixed typo in board_common.h
2022-09-15 13:06:15 -04:00
..
2022-03-15 13:31:52 -04:00
2019-11-02 09:49:46 -04:00
2019-11-02 09:49:46 -04:00
2021-11-19 07:47:18 +01:00
2022-09-09 13:05:06 -04:00