[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Freeze exception: mingetty 1.08-2



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


Reply to: