Re: [CHECKER] free bugs in 2.4.4 and 2.4.4-ac8

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 25 May 2001 00:16:29 +0100 (BST)


> > > Error --->
> > > p, p->RIOHosts, p->RIOPortp, rio_termios, rio_termios);
> >
> > Not a bug - you need to teach your code that printf has formats that print the
> > value of a pointer not dereference it
> >
>
> Take another look. p is potentially bogus here, meaning those p->RIOHosts and
> p->RIOPortp references are bad.

True - fixed
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/