Bug-Debian: https://bugs.debian.org/965543
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
gcl (2.6.12-97) unstable; urgency=medium
* Bug fix: "Removal of obsolete debhelper compat 5 and 6 in bookworm",
thanks to Niels Thykier (Closes: #965543).
* Version_2.6.13pre93
Gbp-Pq: Name Version_2_6_13pre94
str=string->st.st_self;
- if (str+end==(void *)core_end || str+end==(void *)compiled_regexp) {
+ if (NULL_OR_ON_C_STACK(str+end) || str+end==(void *)compiled_regexp) {
if (!(str=alloca(string->st.st_fillp+1)))
FEerror("Cannot allocate memory on C stack",0);