Re: [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- From: Solar Designer <solar@xxxxxxxxxxxx>
- Date: Sun, 20 Aug 2006 20:48:41 +0400
Arjan van de Ven wrote:
sounds like a good argument to get the setuid functions marked
__must_check in glibc...
I agree.
On Sun, Aug 20, 2006 at 09:28:51AM -0700, Ulrich Drepper wrote:
There are too many false positives. E.g., in a SUID binaries switching
back from a non-root UID to root will not fail. Very common.
I wouldn't call those false positives. They're warnings of poorly
written code that might fail with further changes to the kernel or with
custom security modules, or on another Unix-like platform.
Of course, the kernel or security modules must not change the semantics
arbitrarily yet expect old apps to work, however expecting that apps
honor return value from set*[ug]id() would be reasonable. (The only
reason why it is not is that there are so many broken apps out there and
more are being developed.)
Alexander
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- From: Solar Designer
- Re: [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- From: Alex Riesen
- Re: [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- From: Solar Designer
- Re: [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- From: Arjan van de Ven
- Re: [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- From: Ulrich Drepper
- [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- Prev by Date: Re: [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- Next by Date: Re: Complaint about return code convention in queue_work() etc.
- Previous by thread: Re: [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- Next by thread: Re: [PATCH] set*uid() must not fail-and-return on OOM/rlimits
- Index(es):
Relevant Pages
|