Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756400Ab2BANjt (ORCPT ); Wed, 1 Feb 2012 08:39:49 -0500 Received: from tundra.namei.org ([65.99.196.166]:37175 "EHLO tundra.namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754740Ab2BANjs (ORCPT ); Wed, 1 Feb 2012 08:39:48 -0500 Date: Thu, 2 Feb 2012 00:39:46 +1100 (EST) From: James Morris To: Linus Torvalds cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT] Fixes for MPI library Message-ID: User-Agent: Alpine 2.00 (LRH 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1522 Lines: 41 Hi Linus, Please pull these fixes for the MPI library. Thanks to Tetsuo Handa for reviewing and analyzing the code. The following changes since commit 62aa2b537c6f5957afd98e29f96897419ed5ebab: Linus Torvalds (1): Linux 3.3-rc2 are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git for-linus Dmitry Kasatkin (11): lib/mpi: added missing NULL check lib/mpi: replaced MPI_NULL with normal NULL lib/mpi: return error code on dividing by zero lib/mpi: checks for zero divisor length lib/mpi: removed unused functions lib/digsig: additional sanity checks against badly formated key payload lib/digsig: pkcs_1_v1_5_decode_emsa cleanup lib/mpi: check for possible zero length lib/mpi: added comment on divide by 0 case lib/mpi: added missing NULL check lib/digsig: checks for NULL return value include/linux/mpi.h | 2 - lib/digsig.c | 52 +++++++++++++---------------- lib/mpi/mpi-div.c | 5 +++ lib/mpi/mpi-pow.c | 2 +- lib/mpi/mpicoder.c | 91 +------------------------------------------------- lib/mpi/mpih-div.c | 4 ++ lib/mpi/mpiutil.c | 5 ++- 7 files changed, 39 insertions(+), 122 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/