Package: findutils / 4.6.0+git+20161106-2

Metadata

Package Version Patches format
findutils 4.6.0+git+20161106-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_fix_bsd_hurd_testsuite.diff | (download)

find/testsuite/find.gnu/samefile-p-brokenlink.exp | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 [patch] fix testsuite error on hurd and bsd related to ln

* find/testsuite/find.gnu/samefile-p-brokenlink.exp: Pass "-P" option to
enforce generation of hard link to symlink. link() behavior is
20_find fix memory leak in mount list handling.patch | (download)

NEWS | 3 3 + 0 - 0 !
find/fstype.c | 9 1 + 8 - 0 !
2 files changed, 4 insertions(+), 8 deletions(-)

 [patch] find: fix memory leak in mount list handling

The following gnulib commit added the structure member me_mntroot
which our free_file_system_list function didn't consider, thus leading
to a memory leak:
http://git.sv.gnu.org/cgit/gnulib.git/commit/?id=c6148bca89e9

* find/fstype.c (free_file_system_list): Use gnulib's free_mount_entry
function to free the mount list instead of free()ing all members here
manually.
* NEWS (Bug Fixes): Mention the fix.

Reported in
http://lists.gnu.org/archive/html/findutils-patches/2016-12/msg00000.html