Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Write errors to stdout and not stderr in nptl/tst-setuid3.c | Arjun Shankar | 2014-10-06 | 1 | -15/+21 |
| | | | | | nptl/tst-setuid3.c was using the `err' and `errx' functions to write error messages. This wrote to stderr instead of the preferred stdout. | ||||
* | nptl: Fix abort in case of set*id failure [BZ #17135] | Florian Weimer | 2014-07-11 | 1 | -0/+104 |
If a call to the set*id functions fails in a multi-threaded program, the abort introduced in commit 13f7fe35ae2b0ea55dc4b9628763aafdc8bdc30c was triggered. We address by checking that all calls to set*id on all threads give the same result, and only abort if we see success followed by failure (or vice versa). |