Fixed a bug in match_hard_links() where an empty directory would try
authorWayne Davison <wayned@samba.org>
Mon, 21 Jul 2008 03:34:06 +0000 (20:34 -0700)
committerWayne Davison <wayned@samba.org>
Mon, 21 Jul 2008 03:34:06 +0000 (20:34 -0700)
commitced4fd89932ce510c32e517add56a77bc4b185b2
treec300502ca56f31505799f535c1927cc809afb192
parenteabc85ef5ecd7ed9892ee3d9562468dbb84cbef5
Fixed a bug in match_hard_links() where an empty directory would try
to allocate 0 bytes of memory (which can fail on some OSes).
NEWS
hlink.c