isocline icon indicating copy to clipboard operation
isocline copied to clipboard

Memory leak in sbuf_split_at()

Open bit4 opened this issue 1 year ago • 0 comments

There seems to be a memory leak in stringbuf.c:sbuf_split_at(). The function returns without freeing "res" if "pos" is negative.

bit4 avatar Mar 04 '23 14:03 bit4