Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This buffer overflow occur when right tc offet is >= 10.00 or <=-10.00 in this case, there is 22 chars to be displayed on the line. This also occur with long version string as v0.5.2-4-dirty-gxxxxxx. This cause reboot of the firmware. note from snprintf(3) : snprintf return the return value is the number of characters (excluding the terminating null byte) which would have been written to the final string if enough space had been available.
- Loading branch information