> From: Paul Eggert <[email protected]> > Cc: [email protected] > Date: Wed, 14 Aug 2019 17:48:04 -0700 > > Eli Zaretskii wrote: > > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=37006 > > Thanks for reporting that bug. I fixed it by installing the attached into > Gnulib.
Thanks! > Ad-hoc integer-overflow checking is unfortunately quite error-prone in C-like > languages, which why INT_ADD_WRAPV etc. are useful. Indeed, that's why these macros must be very safe in use.
