Skip to content

gtkeditable: Add missing 'g_return_if_fail's

James Westman requested to merge jwestman/gtk:fix-gtk-editable-insert-text into main

The docs do not mention that the parameter is nullable, and if @text is NULL then the call to strlen() will crash if @length is less than 0.

Merge request reports