mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-10-26 11:19:16 +00:00
Found thanks to GCC's warning:
../mumble_plugin_utils.h: In function ‘int fetch(float*, float*, float*, float*, float*, float*, std::string&, std::wstring&)’:
../mumble_plugin_utils.h:35:16: warning: array subscript 99 is outside array bounds of ‘char [4]’ [-Warray-bounds]
35 | str[size - 1] = 0;
| ~~~~~~~~~~~~~~^~~
bf1.cpp:15:25: note: while referencing ‘team’
15 | char server_name[100], team[4];
| ^~~~
|
||
|---|---|---|
| .. | ||
| bf1.cpp | ||
| bf1.pro | ||