passfd: give nicer error for recvfd at eof
[gnulib.git] / ChangeLog
index 1753c8e..36ede18 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-12-24  Eric Blake  <eblake@redhat.com>
+
+       passfd: give nicer error for recvfd at eof
+       * lib/passfd.c (recvfd): Fake ENOTCONN if other end closes early.
+       * tests/test-passfd.c (main): Enhance test to cover this.
+
 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
 
        gettimeofday: port recent C++ fix to Emacs