tests: test that path names longer than 108 bytes are rejected
authorDylan Noblesmith <nobled@dreamwidth.org>
Fri, 15 Jun 2012 22:56:37 +0000 (22:56 +0000)
committerDylan Noblesmith <nobled@dreamwidth.org>
Sat, 30 Jun 2012 20:01:20 +0000 (20:01 +0000)
commitd2bcffc470cf37dbdeb4d1ed46819360c16d92eb
treedc1565980e8459951fe0ef8b5bf51b2b31ba51b9
parentb486e3aba5c7618b7f6311e82b5fdb2c93f2beab
tests: test that path names longer than 108 bytes are rejected

These would either overflow the struct sockaddr_un, or
be truncated and leave a non-null-terminated string.
tests/Makefile.am
tests/socket-test.c [new file with mode: 0644]