]> Savannah Git Hosting - gnulib.git/commitdiff
intprops: update doc URLs
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jan 2017 01:21:57 +0000 (17:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Jan 2017 01:22:20 +0000 (17:22 -0800)
* doc/intprops.texi (Integer Range Overflow): Update URLs.

ChangeLog
doc/intprops.texi

index d269b544ba792872b1896f40fb978e7444005158..63d7b0400d2072577555f8cbd7190440f015ba26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-16  Paul Eggert  <eggert@cs.ucla.edu>
+
+       intprops: update doc URLs
+       * doc/intprops.texi (Integer Range Overflow): Update URLs.
+
 2017-01-16  Bruno Haible  <bruno@clisp.org>
 
        host-cpu-c-abi: Add support for armhf, arm64, x32, s390x.
index 4da0d8281b313dc9370ec492d82e6a30ea6428ea..44883ac630c26d7f38f887915423dc1544efbcc4 100644 (file)
@@ -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
-``@url{https://www.securecoding.cert.org/confluence/display/seccode/INT30-C.+Ensure+that+unsigned+integer+operations+do+not+wrap,
+``@url{https://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
-``@url{https://www.securecoding.cert.org/confluence/display/seccode/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow,
+``@url{https://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.