On Mon, Apr 29, 2024 at 06:53:31PM -0600, Uday Shankar wrote: > + lim.max_segments = USHRT_MAX; > + lim.max_segment_size = UINT_MAX; Please initialize thes at the top of the function as part of the declaration for lim, like all the other unconditional limits.