From: Kulikov Vasiliy <segooon@gmail.com>
To: linux-kernel@vger.kernel.org
Cc: Kernel Janitors <kernel-janitors@vger.kernel.org>
Subject: process_reloc_for_got: no ENOMEM check
Date: Fri, 16 Jul 2010 09:47:10 +0000 [thread overview]
Message-ID: <20100716094710.GA24173@albatros> (raw)
Hi,
I've found in ./arch/alpha/kernel/module.c in process_reloc_for_got()
such code:
g = kmalloc (sizeof (*g), GFP_KERNEL);
g->next = chains[r_sym].next;
g->r_addend = r_addend;
g->got_offset = *poffset;
Here we use 'g' without checking it for zero. I don't know what this
function does so I cannot write a patch myself.
Thanks.
reply other threads:[~2010-07-16 9:47 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20100716094710.GA24173@albatros \
--to=segooon@gmail.com \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox