Skip to content

metadata: Check g_stat result

Ondrej Holy requested to merge wip/oholy/metadata-uninitialized into master

The g_stat result is not checked currently. This might lead to the "Conditional jump or move depends on uninitialised value(s)" errors detected by the valgrind tool. Let's check the result first before using the statbuf data.

Fixes: #733 (closed)

Merge request reports