Branch: refs/heads/master
Home: https://github.com/tmux/tmux
Commit: 9b4148b12ca631b9cb8f48a03adb1fad146ee53d
https://github.com/tmux/tmux/commit/9b4148b12ca631b9cb8f48a03adb1fad146ee53d
Author: deraadt <deraadt>
Date: 2021-10-24 (Sun, 24 Oct 2021)
Changed paths:
M cmd-pipe-pane.c
M job.c
Log Message:
-----------
For open/openat, if the flags parameter does not contain O_CREAT, the
3rd (variadic) mode_t parameter is irrelevant. Many developers in the past
have passed mode_t (0, 044, 0644, or such), which might lead future people
to copy this broken idiom, and perhaps even believe this parameter has some
meaning or implication or application. Delete them all.
This comes out of a conversation where tb@ noticed that a strange (but
intentional) pledge behaviour is to always knock-out high-bits from
mode_t on a number of system calls as a safety factor, and his bewilderment
that this appeared to be happening against valid modes (at least visually),
but no sorry, they are all irrelevant junk. They could all be 0xdeafbeef.
ok millert
Commit: 619d934d7b64ec86dcc08f182c390273d1604e06
https://github.com/tmux/tmux/commit/619d934d7b64ec86dcc08f182c390273d1604e06
Author: Thomas Adam <[email protected]>
Date: 2021-10-25 (Mon, 25 Oct 2021)
Changed paths:
M cmd-pipe-pane.c
M job.c
Log Message:
-----------
Merge branch 'obsd-master' into master
Compare: https://github.com/tmux/tmux/compare/5071b82c7763...619d934d7b64
--
You received this message because you are subscribed to the Google Groups
"tmux-git" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web, visit
https://groups.google.com/d/msgid/tmux-git/tmux/tmux/push/refs/heads/master/5071b8-619d93%40github.com.