Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MVE: Don't hardcode vsnprintf() destination buffer size
Use sizeof() instead of hardcoding destination buffer size when calling vsnprintf(). Fixes: 247ea30 ("MVE: Replace vsprintf() with vsnprintf()")
- Loading branch information