mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
A bunch of other minor issues reported by PVS-Studio
This commit is contained in:
parent
53f2364a86
commit
35ee96c4cb
7 changed files with 15 additions and 11 deletions
|
@ -645,7 +645,7 @@ public:
|
|||
auto loc = detail::GetCurrentLocation();
|
||||
reporter->RuntimeError(&loc,
|
||||
"Attempted to create DictEntry with excessively large key, "
|
||||
"truncating key (%" PRIu64 " > %d)",
|
||||
"truncating key (%" PRIu64 " > %u)",
|
||||
key_size, detail::DictEntry<T>::MAX_KEY_SIZE);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue