On Fri, Jul 11, 2014 at 10:44 PM, Doug Hogan <[email protected]> wrote:
> This patch is generated by coccinelle, but I reviewed it. I changed the > lpr patch to use warnc() so it has less code executing inside > PRIV_START. > > I targeted if statements where it modifies errno before warn or err is > called. It checked a list of functions that are typically used in error > handling and may set errno: close, fclose, unlink, rmdir, fflush and > kill. > Nice job! Committed (except for the microcode/bwi file where your diff revealed another existing bug that we can fix at the same time...) Philip Guenther
