dpkg: Always return from ensure_statoverrides() if file is NULL
Do not proceed within the function if we cannot open the current
database because it does not exist and we opened it before. This
will only get us to read garbage from memory or segfault.
Warned-by: clang static analyzer