Details
Description
This warning appears when compiling server on Windows with -DCMAKE_INTERPROCEDURAL_OPTIMIZATION. With link-time optimization, compiler knows that the stack buffer maybe too small for some inputs (it is only 4 bytes, while maximal buffer size, for sizes > 16M is 9 bytes)