Fix . Taken from this upstream commit, sans ChangeLog updates: https://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=583dd860d5b833037175247230a328f0050dbfe9 diff --git a/posix/regexec.c b/posix/regexec.c index 91d5a797b8..084b1222d9 100644 --- a/posix/regexec.c +++ b/posix/regexec.c @@ -1293,8 +1293,10 @@ proceed_next_node (const re_match_context_t *mctx, Idx nregs, regmatch_t *regs, else if (naccepted) { char *buf = (char *) re_string_get_buffer (&mctx->input); - if (memcmp (buf + regs[subexp_idx].rm_so, buf + *pidx, - naccepted) != 0) + if (mctx->input.valid_len - *pidx < naccepted + || (memcmp (buf + regs[subexp_idx].rm_so, buf + *pidx, + naccepted) + != 0)) return -1; } } e='koszko-scripts'>koszko-scripts Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/security-token.scm
AgeCommit message (Expand)Author
2023-07-18gnu: yubico-piv-tool: Use texlive-updmap.cfg in native inputs....Nicolas Goaziou
2023-07-14gnu: python-yubikey-manager: Update to 5.1.1....John Kehayias
2023-07-14gnu: python-fido2: Update to 1.1.1....John Kehayias
2023-07-14gnu: python-pyscard: Update to 2.0.7....John Kehayias
2023-06-02gnu: Add pcsc-cyberjack....Arvid Krein
2023-04-27gnu: yubico-piv-tool: Update to 2.3.1....Ricardo Wurmus
2023-04-24Merge remote-tracking branch 'origin/master' into core-updatesAndreas Enge
2023-04-24gnu: eid-mw: Update to 5.1.10....Raphaël Mélotte
2023-04-21gnu: libu2f-host: Remove patch-docbook-xml phase....Maxim Cournoyer
2023-04-18gnu: softhsm: Fix test failure with openssl-3....Timotej Lazar
2023-04-14Merge branch 'master' into core-updates....Maxim Cournoyer
2023-03-21gnu: Add pcsc-tools....Jake Leporte
2023-03-02Merge remote-tracking branch 'savannah/master' into core-updates...Christopher Baines
2023-02-13gnu: libnitrokey: Update to 3.8....Morgan Smith
2023-01-30Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2022-12-11gnu: eid-mw: Update to 5.1.8....Tobias Geerinckx-Rice