libirs: Errors raised while parsing resolv.conf are ignored
irs_resconf_load()
stores the value returned by add_search()
into ret
without consulting its current value first. This causes any previous errors raised while parsing resolv.conf
to be ignored as long as any domain
or search
statement is present in the file.