K 10
svn:author
V 6
iulius
K 8
svn:date
V 27
2016-01-10T14:58:42.926589Z
K 7
svn:log
V 489
rnews:  fix a segfault while starting setuid news

It is a regression introduced with commit [9854].  Previously, rnews
called get_news_uid_gid() that handled the possibility of inn.conf
not having been read.  Since that commit, rnews has been calling
ensure_news_user() that does not handle that case.
Especially, when --enable-uucp-rnews was used at configure time, the
effective UID returned by geteuid() was not root, and rnews segfaulted.

Thanks to Marcus Jodorf for the bug report.

END
