| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tests: Quiet warning | Kristian Høgsberg | 2012-08-29 | 1 | -1/+2 |
| | | |||||
| * | socket-test: don't try to be clever, fail if no XDG_RUNTIME_DIR is set | Philipp Brüschweiler | 2012-08-14 | 1 | -11/+10 |
| | | | | | | | | | Not only setenv(), also putenv() allocates memory on my system (glibc 2.16.0). Just fail with a clear message if XDG_RUNTIME_DIR is not set. https://bugs.freedesktop.org/show_bug.cgi?id=52618 | ||||
| * | tests: test that path names longer than 108 bytes are rejected | Dylan Noblesmith | 2012-06-30 | 1 | -0/+82 |
| These would either overflow the struct sockaddr_un, or be truncated and leave a non-null-terminated string. | |||||
