Skip to content

Fix buffer overruns in 'gtk-builder-tool simplify'

Michael Catanzaro requested to merge mcatanzaro/fix-gtk-builder-tool into master

I noticed that gtk4-builder-tool always crashes when run on any file.

Oops, here we allocate only one byte for each pointer we want to store. We need to multiply by the size of a pointer.

Merge request reports