Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1273767

[PATCH v2 0/2] fix a possible NULL dereference

From LABBE Corentin <clabbe.montjoie@gmail.com>
Newsgroups linux.kernel
Subject [PATCH v2 0/2] fix a possible NULL dereference
Date 2015-11-20 08:50 +0100
Message-ID <qwOCd-4dZ-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hello

The main goal of this patch series is to fix a possible NULL dereference.
Even if the probability of this case is very low, fixing it made
static analyzers happy.
In the same time it permits to remove a "cast that drop const qualifiers.

Regards

Changes since v1
- Use of_device_get_match_data
- Add the missing patch for constify atmel_nand_caps structures

LABBE Corentin (2):
  mtd: nand: atmel_nand: constify atmel_nand_caps structures
  mtd: nand: atmel_nand: fix a possible NULL dereference

 drivers/mtd/nand/atmel_nand.c | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

-- 
2.4.10

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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/2] fix a possible NULL dereference LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-11-20 08:50 +0100
  [PATCH v2 2/2] mtd: nand: atmel_nand: fix a possible NULL dereference LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-11-20 08:50 +0100
    Re: [PATCH v2 2/2] mtd: nand: atmel_nand: fix a possible NULL  dereference Josh Wu <josh.wu@atmel.com> - 2015-11-20 09:40 +0100
      Re: [PATCH v2 2/2] mtd: nand: atmel_nand: fix a possible NULL  dereference LABBE Corentin <clabbe.montjoie@gmail.com> - 2015-11-24 14:20 +0100
        Re: [PATCH v2 2/2] mtd: nand: atmel_nand: fix a possible NULL  dereference Josh Wu <josh.wu@atmel.com> - 2015-11-25 03:30 +0100

csiph-web