On Sat, 2010-09-25 at 01:46 +0100, Paul Martin wrote:
> I've just uploaded mingetty 1.08-2 with just a fix for critical
> security bug #597382. Apart from the changelog entry, there are no
> other changes than the diff attached to the bug report.

+       if (priority) {
+               if (nice (priority))
+                       error ("nice(): %s", strerror (errno));
+       }

nice() returns the new nice value on success and -1 on failure, so the
above seems wrong (or I need more coffee).

Regards,

Adam


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: 
http://lists.debian.org/[email protected]

Reply via email to