libklvanc icon indicating copy to clipboard operation
libklvanc copied to clipboard

`*outbuf` and `*out_len` left uninitialized when `pixels_used == 0`

Open programmerjake opened this issue 7 months ago • 1 comments

https://github.com/stoth68000/libklvanc/blob/b409fc2b0b8051c871f89367a3489f8aa2b6ed37/src/core-lines.c#L177-L184

they should be set to NULL/0 respectively.

programmerjake avatar Jun 13 '25 23:06 programmerjake