From bdc715b1f7a4eee75214709d4a949bdf65bcc9a2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 1 May 2023 09:10:17 -0700 Subject: regex: prefer C23 style overflow checking * lib/regex_internal.h: Include stdckdint.h. * lib/regexec.c (re_search_2_stub): * modules/regex (Depends-on): Add stdckdint. Prefer stdckdint.h to intprops.h macros. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3528faf40e..55f010adac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2023-05-01 Paul Eggert + regex: prefer C23 style overflow checking + * lib/regex_internal.h: Include stdckdint.h. + * lib/regexec.c (re_search_2_stub): + * modules/regex (Depends-on): Add stdckdint. + Prefer stdckdint.h to intprops.h macros. + dynarray: prefer C23 style overflow checking * lib/malloc/dynarray_emplace_enlarge.c, lib/malloc/dynarray_resize.c: Include stdckdint.h, not intprops.h. -- cgit v1.2.1