]> rtime.felk.cvut.cz Git - git.git/commitdiff
Merge branch 'rs/fix-unlink-unix-socket'
authorJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2014 18:35:59 +0000 (11:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Jul 2014 18:36:00 +0000 (11:36 -0700)
The unix-domain socket used by the sample credential cache daemon
tried to unlink an existing stale one at a wrong path, if the path
to the socket was given as an overlong path that does not fit in
sun_path member of the sockaddr_un structure.

* rs/fix-unlink-unix-socket:
  unix-socket: remove stale socket before calling chdir()


Trivial merge