Blame GCC, not Coverity, in utimens ChangeLog entry.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 10 Apr 2021 20:39:33 +0000 (13:39 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 10 Apr 2021 20:40:13 +0000 (13:40 -0700)
ChangeLog

index 9aae007f937a754f4323bbe3e0f39304fc149075..e28669dec818840e8d234a39a27dd93b1ca28cb6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@
 
        utimens: fix confusing arg type in internal func
        Although the old code was technically correct, this was accidental
-       and it understandably confused Coverity.  Reported by Ondrej Dubaj in:
+       and it confused a GCC 11 prerelease.  Reported by Ondrej Dubaj in:
        https://lists.gnu.org/r/bug-tar/2021-04/msg00000.html
        * lib/utimens.c (update_timespec): Change arg type from ‘struct
        timespec *[2]’ (pointer to array of 2 pointers to timespecs) to