Fixed a bug in match_hard_links() where an empty directory would try
authorWayne Davison <wayned@samba.org>
Wed, 23 Jul 2008 04:34:20 +0000 (21:34 -0700)
committerWayne Davison <wayned@samba.org>
Wed, 23 Jul 2008 04:34:20 +0000 (21:34 -0700)
commit209371b8915304a2ec1086f19bf97fccedad23e0
tree183b3cab86418b60f71887973cfd07aa517ac236
parent6fd2662982a188b03c34df2731c390b55eb333fa
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).
hlink.c