public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 0/6] Utility functions for string in guarded buffers
@ 2023-08-11 11:56 Cyril Hrubis
  2023-08-11 11:56 ` [LTP] [PATCH 1/6] lib: tst_buffers: Add bufs .str and tst_aprintf() Cyril Hrubis
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Cyril Hrubis @ 2023-08-11 11:56 UTC (permalink / raw)
  To: ltp

First patch adds utilitilty functions for strings in guarded buffers,
which is followed by a few test conversions to the newly introduced API.

Cyril Hrubis (6):
  lib: tst_buffers: Add bufs .str and tst_aprintf()
  syscalls/access04: Make use of guarded buffers
  syscalls/acct01: Make use of guarded buffers
  syscalls/chdir01: Make use use of guarded buffers
  syscalls/chmod01: Make use of guarded buffers
  syscalls/chroot03: Make use of guarded buffers

 include/tst_buffers.h                       | 11 +++
 lib/tst_buffers.c                           | 28 ++++++-
 testcases/kernel/syscalls/access/access04.c | 36 ++++++---
 testcases/kernel/syscalls/acct/acct01.c     | 84 +++++++++++----------
 testcases/kernel/syscalls/chdir/chdir01.c   | 55 +++++++++-----
 testcases/kernel/syscalls/chmod/chmod01.c   | 28 ++++---
 testcases/kernel/syscalls/chroot/chroot03.c | 46 ++++++-----
 7 files changed, 188 insertions(+), 100 deletions(-)

-- 
2.41.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2023-08-18 14:16 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-11 11:56 [LTP] [PATCH 0/6] Utility functions for string in guarded buffers Cyril Hrubis
2023-08-11 11:56 ` [LTP] [PATCH 1/6] lib: tst_buffers: Add bufs .str and tst_aprintf() Cyril Hrubis
2023-08-11 12:01   ` Cyril Hrubis
2023-08-15  9:43   ` Li Wang
2023-08-18  9:12     ` Cyril Hrubis
2023-08-18 14:17     ` Cyril Hrubis
2023-08-11 11:56 ` Cyril Hrubis
2023-08-11 11:56 ` [LTP] [PATCH 2/6] syscalls/access04: Make use of guarded buffers Cyril Hrubis
2023-08-11 11:56 ` [LTP] [PATCH 3/6] syscalls/acct01: " Cyril Hrubis
2023-08-11 11:56 ` [LTP] [PATCH 4/6] syscalls/chdir01: Make use " Cyril Hrubis
2023-08-11 11:56 ` [LTP] [PATCH 5/6] syscalls/chmod01: Make " Cyril Hrubis
2023-08-11 11:56 ` [LTP] [PATCH 6/6] syscalls/chroot03: " Cyril Hrubis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox