Skip to content

shader: Use strdup in rewrite_1d_image_coordinate

Avoid the use of the length as we were missing the addition of the NULL character meaning that we could make strbuf_fmt overflow.

Merge request reports