varnish/libvmod-cookie

Potential overflow with cookie names/values

Closed this issue · 0 comments

cookie.set(name, val) will overflow in the case where the length of 'name' or 'val' exceeds MAX_COOKIEPART. Needs error checking/truncation.