All of lore.kernel.org
 help / color / mirror / Atom feed
From: t.josefowitz@gmail.com (Tobias S. Josefowitz)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Bug Patch
Date: Mon, 8 Sep 2014 13:21:43 +0200	[thread overview]
Message-ID: <CAEZM=bPXN1fJ_rAt69exHYB9_YEocRNmrpSyVdFwe_Q4zdCxRg@mail.gmail.com> (raw)
In-Reply-To: <540D86B2.6080505@gmail.com>

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@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
>

  parent reply	other threads:[~2014-09-08 11:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-08 10:36 Bug Patch nick
2014-09-08 11:10 ` Sudip Mukherjee
2014-09-08 11:21 ` Tobias S. Josefowitz [this message]
2014-09-08 11:35   ` Sudip Mukherjee
2014-09-08 12:45     ` Doug Wilson
2014-09-08 18:08 ` Valdis.Kletnieks at vt.edu
2014-09-08 21:05   ` nick
2014-09-08 22:09     ` Valdis.Kletnieks at vt.edu
2014-09-09  0:51       ` nick

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAEZM=bPXN1fJ_rAt69exHYB9_YEocRNmrpSyVdFwe_Q4zdCxRg@mail.gmail.com' \
    --to=t.josefowitz@gmail.com \
    --cc=kernelnewbies@lists.kernelnewbies.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.