Skip to content

Avoid overrunning stack at the end of the varargs.

John Ralls requested to merge jralls/glib:fix-stack-overrun into master

Clang's address sanitizer found this for me while I was working on another memory issue.

Merge request reports