Skip to content

dnd: Prevent a possible segfault

Matthias Clasen requested to merge fix-possible-segfault into gtk-3-24

It is at least theoretically possible that gtk_entry_get_pixel_ranges will return no ranges, and we should handle that without an out-of-bounds access or segfault.

Merge request reports