mbox series

[V2,0/2] string: Add stracpy and stracpy_pad

Message ID cover.1563889130.git.joe@perches.com (mailing list archive)
Headers show
Series string: Add stracpy and stracpy_pad | expand

Message

Joe Perches July 23, 2019, 1:51 p.m. UTC
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                | 50 +++++++++++++++++++++++++++++++++--
 lib/string.c                          | 10 ++++---
 3 files changed, 57 insertions(+), 6 deletions(-)