dash.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Tobias Klauser <tklauser@distanz.ch>
Cc: dash@vger.kernel.org
Subject: Re: jobs: Don't attempt to access job table for job %0
Date: Mon, 6 Jun 2016 19:57:06 +0800	[thread overview]
Message-ID: <20160606115706.GA22138@gondor.apana.org.au> (raw)
In-Reply-To: <1449734374-23041-1-git-send-email-tklauser@distanz.ch>

On Thu, Dec 10, 2015 at 08:59:34AM +0100, Tobias Klauser wrote:
> If job %0 is (mistakenly) specified, an out-of-bounds access to the
> jobtab occurs in function getjob() if num = 0:
> 
> 	jp = jobtab + 0 - 1
> 
> Fix this by checking that the job number is larger than 0 before
> accessing the jobtab.
> 
> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>

Patch applied.  Thanks!
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

      reply	other threads:[~2016-06-06 11:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-10  7:59 [PATCH] jobs: Don't attempt to access job table for job %0 Tobias Klauser
2016-06-06 11:57 ` Herbert Xu [this message]

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=20160606115706.GA22138@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=dash@vger.kernel.org \
    --cc=tklauser@distanz.ch \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).