Bug Patch

Tobias S. Josefowitz t.josefowitz at gmail.com
Mon Sep 8 07:21:43 EDT 2014


Hi Nick,

parse_subframe() is a static function and the only caller assumes that
skb is != NULL and would be in trouble way before parse_subframe() if
skb was indeed NULL.

Tobi

On Mon, Sep 8, 2014 at 12:36 PM, nick <xerofoify at gmail.com> wrote:
> Hey Guys,
> Found a bug and attempted to fix it. I am attaching the patch, no build or checkpatch errors and
> also checked to see if I need to clean up any memory when returning, and this seems to be true.
> Nick
>
> _______________________________________________
> Kernelnewbies mailing list
> Kernelnewbies at kernelnewbies.org
> http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
>



More information about the Kernelnewbies mailing list