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


Groups > linux.kernel > #1221221 > unrolled thread

[PATCH 0/2] KASAN: fix a type conversion error and add test

Started byWang Long <long.wanglong@huawei.com>
First post2015-09-09 06:10 +0200
Last post2015-09-09 06:10 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/2] KASAN: fix a type conversion error and add test Wang Long <long.wanglong@huawei.com> - 2015-09-09 06:10 +0200

#1221221 — [PATCH 0/2] KASAN: fix a type conversion error and add test

FromWang Long <long.wanglong@huawei.com>
Date2015-09-09 06:10 +0200
Subject[PATCH 0/2] KASAN: fix a type conversion error and add test
Message-ID<q6ERP-8s-3@gated-at.bofh.it>
Hi,

This patchset fix a type conversion error for KASAN.

patch 1: this patch add some out-of-bounds testcases, the current KASAN code
can not find these bugs.

patch 2: fix the type conversion error, with this patch, KASAN could find
these out-of-bounds bugs.

Wang Long (2):
  lib: test_kasan: add some testcases
  kasan: Fix a type conversion error

 lib/test_kasan.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 mm/kasan/kasan.c |  2 +-
 2 files changed, 70 insertions(+), 1 deletion(-)

-- 
1.8.3.4

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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web