On Thursday 26 May 2005 13:31, Timothy R. Chavez wrote:
On Thursday 26 May 2005 12:43, Steve Grubb wrote:
> On Thursday 26 May 2005 12:39, David Woodhouse wrote:
> > - watch->filterkey = kmalloc(t->fklen, GFP_KERNEL);
> > + watch->filterkey = kmalloc(t->fklen+1, GFP_KERNEL);
>
> Tim, this was in my patch from May 8. How did it get dropped? Did anything
> else get dropped?
>
> -Steve
Steve, I'm not sure how it got dropped. Eek. *slaps head*
I'll be sure to carefully look at the code paths that include audit_to_watch()
-tim