On Mon, Jul 28, 2014 at 2:44 PM, Maxime Villard <m...@m00nbsd.net> wrote:

> I've improved my code scanner, and it has found 26 potential bugs under
> sys/.
> Instead of flooding tech-kern@/tech-net@/etc with questions and fixes, I
> put
> here a comprehensive list:
>
>         http://m00nbsd.net/ae123a9bae03f7dde5c6d654412daf5a.html#Report-2
>

Is (#02-0x03) really a problem? The code looks correct to me.

Near the end of this same file, however, I see:

    rl->cprl_count++;

followed a few lines later by:

    if (rl == NULL) {
        sc->error = ENOMEM;
        return;
    }

which looks like a problem.

-- 
Rich

Reply via email to