On 4/9/21 12:50 AM, Kamil Dudka wrote:
The warning[-Wstringop-overflow=] reports you refer to come from GCC actually.
Weird. The code being warned about has nothing to do with strings, and the only string operation in the entire module is strlen and it is compiled only on macOS. And I don't get a warning from GCC or from Clang when I run it myself on the "unfixed" version.
I suspect Coverity is using GCC (or Clang?) in some odd way, so for now let's keep "Coverity" in the ChangeLog entry.
