Skip to content

application: Terminate GOptionEntry with a NULL

Mohammed Sadiq requested to merge pksadiq/gnome-todo:wip/sadiq into master

The last value in the GOptionEntry should be a NULL. Otherwise it would read past the array causing strange behavior including segfaults.

Let it be ended with a NULL to avoid undefined behaviors.

Merge request reports