Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1332542
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Theodore Ts'o <tytso@mit.edu> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] ext4: fix potential integer overflow |
| Date | Fri, 12 Feb 2016 07:20:02 +0100 |
| Message-ID | <r1ffc-374-9@gated-at.bofh.it> (permalink) |
| References | <qT3Ee-yP-19@gated-at.bofh.it> |
| X-Original-To | Insu Yun <wuninsu@gmail.com> |
| Dkim-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=F59uVtOO/vKixHQwN8tvjIctb0eN5YnhxJEoTKY0ycE=; b=UUEnP+roxU4geL1GnLam/+SKYzcAlSJ/KQTkvmzruSjOzxF/D52MEZna9UQzedVC2VUhrebDSuzjETHWEW0uOtvNI2lpjr0mKblrQ1AaUzyuxDqPE3O1sGhIGEmbznaNFOuN3E47hAQFfvt1hRz6Lmu8JgN0NqANxdqlfAPifBQ=; |
| Mail-Followup-To | Theodore Ts'o <tytso@mit.edu>, Insu Yun <wuninsu@gmail.com>, adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, taesoo@gatech.edu, yeongjin.jang@gatech.edu, insu@gatech.edu, changwoo@gatech.edu |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.24 (2015-08-30) |
| X-Sa-Exim-Connect-IP | <locally generated> |
| X-Sa-Exim-Mail-From | tytso@thunk.org |
| X-Sa-Exim-Scanned | No (on imap.thunk.org); SAEximRunCond expanded to false |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 10 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, taesoo@gatech.edu, yeongjin.jang@gatech.edu, insu@gatech.edu, changwoo@gatech.edu |
| X-Original-Date | Fri, 12 Feb 2016 01:16:31 -0500 |
| X-Original-Message-ID | <20160212061631.GG11298@thunk.org> |
| X-Original-References | <1453306688-5528-1-git-send-email-wuninsu@gmail.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1332542 |
Show key headers only | View raw
On Wed, Jan 20, 2016 at 11:18:08AM -0500, Insu Yun wrote: > Since sizeof(ext_new_group_data) > sizeof(ext_new_flex_group_data), > integer overflow could be happened. > Therefore, need to fix integer overflow sanitization. > > Signed-off-by: Insu Yun <wuninsu@gmail.com> Thanks, applied. - Ted
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH] ext4: fix potential integer overflow Theodore Ts'o <tytso@mit.edu> - 2016-02-12 07:20 +0100
csiph-web