* 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 <[email protected]> + + intprops: update doc URLs + * doc/intprops.texi (Integer Range Overflow): Update URLs. + 2017-01-16 Bruno Haible <[email protected]> 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 -``@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. -- 2.7.4
