From 85bd3ab640a3ea0470b75b2b40c4d4f9a7f335e3 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 16 Jan 2017 17:21:57 -0800 Subject: [PATCH] intprops: update doc URLs * 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 d269b544ba..63d7b0400d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-01-16 Paul Eggert + + intprops: update doc URLs + * doc/intprops.texi (Integer Range Overflow): Update URLs. + 2017-01-16 Bruno Haible host-cpu-c-abi: Add support for armhf, arm64, x32, s390x. diff --git a/doc/intprops.texi b/doc/intprops.texi index 4da0d8281b..44883ac630 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.39.5