Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 22 Jul 2019 17:38:14 -0700
From: Joe Perches <joe@...ches.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>,
	linux-kernel@...r.kernel.org
Cc: Jonathan Corbet <corbet@....net>,
	Stephen Kitt <steve@....org>,
	Kees Cook <keescook@...omium.org>,
	Nitin Gote <nitin.r.gote@...el.com>,
	jannh@...gle.com,
	kernel-hardening@...ts.openwall.com,
	Rasmus Villemoes <rasmus.villemoes@...vas.dk>,
	Andrew Morton <akpm@...ux-foundation.org>,
	linux-doc@...r.kernel.org
Subject: [PATCH 0/2] string: Add stracpy and stracpy_pad

Add more string copy mechanisms to help avoid defects

Joe Perches (2):
  string: Add stracpy and stracpy_pad mechanisms
  kernel-doc: core-api: Include string.h into core-api

 Documentation/core-api/kernel-api.rst |  3 +++
 include/linux/string.h                | 46 +++++++++++++++++++++++++++++++++--
 lib/string.c                          | 10 +++++---
 3 files changed, 53 insertions(+), 6 deletions(-)

-- 
2.15.0

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.