mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-01 16:20:35 +08:00
Coverity 1304853
This commit is contained in:
@@ -96,6 +96,7 @@ public:
|
||||
|
||||
decltype(toString()) out;
|
||||
out.resize(out.capacity());
|
||||
// coverity[overflow : FALSE]
|
||||
(void)std::snprintf(reinterpret_cast<char*>(out.begin()), out.size() - 1U,
|
||||
"%-11s %-28s %-20lld %016llx",
|
||||
timebuf,
|
||||
|
||||
Reference in New Issue
Block a user