rvb: Refactor to address a bogus compiler warning
gcc 13 complains that we used a pointer from before a realloc call, but it did not understand that we actually used it to calculate an offset only. Refactor the code to avoid this ambiguity. Ref #7 See https://gitlab.com/uplex/varnish/libvmod-re/-/issues/7#note_2328380883
Showing
Please register or sign in to comment