Comment 2 for bug 1724960

Revision history for this message
Sebastien Bacher (seb128) wrote :

The segfault is on this line

  gs_app_set_install_date (app, g_date_time_to_unix (snapd_snap_get_install_date (local_snap)));

the issue seems to be that snapd_snap_get_install_date() returns NULL but the code is not handling that case