public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH v3 0/3] Fix bug caused by default umask
@ 2020-03-30  7:27 Zou Wei
  2020-03-30  7:27 ` [LTP] [PATCH v3 1/3] security/dirtyc0w: " Zou Wei
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Zou Wei @ 2020-03-30  7:27 UTC (permalink / raw)
  To: ltp

v3:
The case is only successful when system default umask is 0022.
When default umask is 0077 or other values, should clear umask by umask(0) in setup().

Zou Wei (3):
  security/dirtyc0w: Fix bug caused by default umask
  syscalls/fstat: Fix bug caused by default umask
  syscalls/statx01: Fix bug caused by default umask

 testcases/kernel/security/dirtyc0w/dirtyc0w.c | 2 ++
 testcases/kernel/syscalls/fstat/fstat02.c     | 2 ++
 testcases/kernel/syscalls/statx/statx01.c     | 2 ++
 3 files changed, 6 insertions(+)

--
2.6.2


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

end of thread, other threads:[~2020-03-31  2:30 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-30  7:27 [LTP] [PATCH v3 0/3] Fix bug caused by default umask Zou Wei
2020-03-30  7:27 ` [LTP] [PATCH v3 1/3] security/dirtyc0w: " Zou Wei
2020-03-30  9:18   ` Cyril Hrubis
2020-03-30  9:20     ` Cyril Hrubis
2020-03-30 12:33       ` Xiao Yang
2020-03-31  2:30         ` [LTP] 答复: " Zouwei
2020-03-30 12:48       ` [LTP] " Xiao Yang
2020-03-30 12:52         ` Cyril Hrubis
2020-03-30  7:27 ` [LTP] [PATCH v3 2/3] syscalls/fstat: " Zou Wei
2020-03-30  7:27 ` [LTP] [PATCH v3 3/3] syscalls/statx01: " Zou Wei
2020-03-30  7:34 ` [LTP] [PATCH v3 0/3] " Xiao Yang
2020-03-30  8:22   ` [LTP] 答复: " Zouwei
2020-03-30  8:59     ` Xiao Yang

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