Skip to content

new-call-box: Use nul-terminated string to set as buffer text

Mohammed Sadiq requested to merge sadiq/calls:wip/sadiq/fixes into master

gtk_entry_buffer_insert_text expects a nul-terminated string.

This was found when testing with asan.

Merge request reports