]> Savannah Git Hosting - gnulib.git/commit
regex: prefer C23 style overflow checking
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 May 2023 16:10:17 +0000 (09:10 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 1 May 2023 18:21:18 +0000 (11:21 -0700)
commitbdc715b1f7a4eee75214709d4a949bdf65bcc9a2
treebbb4ecce636c2206ec8f923cee9700f82e91ec32
parenta1d7a312646ec112140f4a3e112daac2194549df
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
lib/regex_internal.h
lib/regexec.c
modules/regex