Skip to content

Zero terminate temp buffers before calling strcat.

Jussi Pakkanen requested to merge jussip/cairo:testfix into master

strcat requires that the output string is zero terminated but the tests use random uninitialized memory. I can't understand how that could possibly have worked.

Merge request reports