bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] utimens: fix confusing arg type in internal func


From: Paul Eggert
Subject: Re: [PATCH] utimens: fix confusing arg type in internal func
Date: Fri, 9 Apr 2021 18:19:08 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]