bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH] intprops: update doc URLs


From: Paul Eggert
Subject: [PATCH] intprops: update doc URLs
Date: Mon, 16 Jan 2017 17:22:33 -0800

* doc/intprops.texi (Integer Range Overflow): Update URLs.
---
 ChangeLog         | 5 +++++
 doc/intprops.texi | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d269b54..63d7b04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-16  Paul Eggert  <address@hidden>
+
+       intprops: update doc URLs
+       * doc/intprops.texi (Integer Range Overflow): Update URLs.
+
 2017-01-16  Bruno Haible  <address@hidden>
 
        host-cpu-c-abi: Add support for armhf, arm64, x32, s390x.
diff --git a/doc/intprops.texi b/doc/intprops.texi
index 4da0d82..44883ac 100644
--- a/doc/intprops.texi
+++ b/doc/intprops.texi
@@ -368,9 +368,9 @@ Type Overflow}.
 Although the implementation of these macros is similar to that
 suggested in Seacord R, The CERT C Secure Coding Standard (2009,
 revised 2011), in its two sections
address@hidden://www.securecoding.cert.org/confluence/display/seccode/INT30-C.+Ensure+that+unsigned+integer+operations+do+not+wrap,
address@hidden://www.securecoding.cert.org/confluence/display/c/INT30-C.+Ensure+that+unsigned+integer+operations+do+not+wrap,
 INT30-C. Ensure that unsigned integer operations do not wrap}'' and
address@hidden://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow,
address@hidden://www.securecoding.cert.org/confluence/display/c/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow,
 INT32-C. Ensure that operations on signed integers do not result in
 overflow}'', Gnulib's implementation was derived independently of
 CERT's suggestions.
-- 
2.7.4




reply via email to

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