[PATCH] find: fix minor memory leak in sharefile handling

2019-08-29 Thread Bernhard Voelker
When sharefile_fopen fails to open the given file, e.g. due to the lack of permissions, then the name of the file is not freed. $ valgrind -v --leak-check=full find/find . -maxdepth 0 -fprint / ... ==28139== 2 bytes in 1 blocks are definitely lost in loss record 2 of 11 ==28139==at 0x483677F:

[bug #51151] [wishlist] xargs -o support for interactive commands

2019-08-29 Thread Thorsten Glaser
Follow-up Comment #14, bug #51151 (project findutils): Due to the mail about this being closed, I found this item: >> Consider the following command: >> >> echo bar | (echo foo | xargs --interactive grep) >> >> What should grep's stdin be, /dev/tty or the stdout of "echo >> bar"? Is the

[bug #56198] Typo in xargs.1: 'ouptut'

2019-08-29 Thread James Youngman
Update of bug #56198 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.7.0 ___ Reply to this item at:

[bug #54859] Typo in xargs arguments

2019-08-29 Thread James Youngman
Update of bug #54859 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #56142] Incoherence between info and man about the effect of -print on the default action

2019-08-29 Thread James Youngman
Update of bug #56142 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #55022] Maybe a typo in the info documentation

2019-08-29 Thread James Youngman
Update of bug #55022 (project findutils): Open/Closed:Open => Closed Fixed Release:None => 4.7.0 ___ Reply to this item at:

[bug #55272] wrong use of quotes in the error message

2019-08-29 Thread James Youngman
Update of bug #55272 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #54838] Misplaced Example Entry

2019-08-29 Thread James Youngman
Update of bug #54838 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #54262] -printf %Y doesn't output N for broken links

2019-08-29 Thread James Youngman
Update of bug #54262 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #54171] find -depth skips unreadable directories

2019-08-29 Thread James Youngman
Update of bug #54171 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #52981] make -delete honour -ignore_readdir_race option

2019-08-29 Thread James Youngman
Update of bug #52981 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #52220] 'find -D' segfaults

2019-08-29 Thread James Youngman
Update of bug #52220 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #51841] find buffer-overflow with -printf '%T+'

2019-08-29 Thread James Youngman
Update of bug #51841 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #51304] Documention refers to kibibytes as kilobytes

2019-08-29 Thread James Youngman
Update of bug #51304 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #51711] non-helping error output with find

2019-08-29 Thread James Youngman
Update of bug #51711 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #51151] [wishlist] xargs -o support for interactive commands

2019-08-29 Thread James Youngman
Update of bug #51151 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #49541] Spelling errors in find man page

2019-08-29 Thread James Youngman
Update of bug #49541 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #50259] -printf %h behaves weirdly with trailing slashes

2019-08-29 Thread James Youngman
Update of bug #50259 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #50758] Incorrect example in find.info docs for '-perm'

2019-08-29 Thread James Youngman
Update of bug #50758 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #50326] Memory leak due to missing me_mntroot deallocation

2019-08-29 Thread James Youngman
Update of bug #50326 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #48314] find -type f matches symlinks in armel armhf and mipsel

2019-08-29 Thread James Youngman
Update of bug #48314 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #48030] -exec + does not pass all arguments for certain specific filename lengths

2019-08-29 Thread James Youngman
Update of bug #48030 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #48180] find -noop segfaults

2019-08-29 Thread James Youngman
Update of bug #48180 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #46784] frcode drops last char if no final newline

2019-08-29 Thread James Youngman
Update of bug #46784 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #46786] Use the just-built 'xargs' for tests

2019-08-29 Thread James Youngman
Update of bug #46786 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

[bug #36763] -size does count indirect blocks

2019-08-29 Thread James Youngman
Update of bug #36763 (project findutils): Open/Closed:Open => Closed ___ Reply to this item at: ___

Announcing the release of GNU findutils 4.7.0

2019-08-29 Thread Bernhard Voelker
We are pleased to announce the release of version 4.7.0 of GNU findutils. GNU findutils is a set of software tools for finding files that match certain criteria and for performing various operations on them. Findutils includes the programs "find", "xargs" and "locate". More information about find

[bug #36763] -size does count indirect blocks

2019-08-29 Thread Bernhard Voelker
Update of bug #36763 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #46784] frcode drops last char if no final newline

2019-08-29 Thread Bernhard Voelker
Update of bug #46784 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #46786] Use the just-built 'xargs' for tests

2019-08-29 Thread Bernhard Voelker
Update of bug #46786 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #48030] -exec + does not pass all arguments for certain specific filename lengths

2019-08-29 Thread James Youngman
Update of bug #48030 (project findutils): Release: 4.2.11 => 4.2.12 ___ Reply to this item at: ___

[bug #48030] -exec + does not pass all arguments for certain specific filename lengths

2019-08-29 Thread James Youngman
Update of bug #48030 (project findutils): Release: 4.4.2 => 4.2.11 ___ Reply to this item at: ___

[bug #48030] -exec + does not pass all arguments for certain specific filename lengths

2019-08-29 Thread Bernhard Voelker
Update of bug #48030 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #48180] find -noop segfaults

2019-08-29 Thread Bernhard Voelker
Update of bug #48180 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #48314] find -type f matches symlinks in armel armhf and mipsel

2019-08-29 Thread Bernhard Voelker
Update of bug #48314 (project findutils): Fixed Release:None => 4.7.0 ___ Follow-up Comment #6: this was an inter-release bug. ___ R

[bug #49541] Spelling errors in find man page

2019-08-29 Thread Bernhard Voelker
Update of bug #49541 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #50259] -printf %h behaves weirdly with trailing slashes

2019-08-29 Thread Bernhard Voelker
Update of bug #50259 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #50326] Memory leak due to missing me_mntroot deallocation

2019-08-29 Thread Bernhard Voelker
Update of bug #50326 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #50758] Incorrect example in find.info docs for '-perm'

2019-08-29 Thread Bernhard Voelker
Update of bug #50758 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #51304] Documention refers to kibibytes as kilobytes

2019-08-29 Thread Bernhard Voelker
Update of bug #51304 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #52220] 'find -D' segfaults

2019-08-29 Thread Bernhard Voelker
Update of bug #52220 (project findutils): Fixed Release: 4.6.0 => 4.7.0 ___ Reply to this item at: ___

[bug #52981] make -delete honour -ignore_readdir_race option

2019-08-29 Thread Bernhard Voelker
Update of bug #52981 (project findutils): Status: Ready For Test => Fixed Fixed Release:None => 4.7.0 ___ Reply to this item at:

[bug #54171] find -depth skips unreadable directories

2019-08-29 Thread Bernhard Voelker
Update of bug #54171 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #54838] Misplaced Example Entry

2019-08-29 Thread Bernhard Voelker
Update of bug #54838 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #54262] -printf %Y doesn't output N for broken links

2019-08-29 Thread Bernhard Voelker
Update of bug #54262 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #54859] Typo in xargs arguments

2019-08-29 Thread Bernhard Voelker
Update of bug #54859 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #56142] Incoherence between info and man about the effect of -print on the default action

2019-08-29 Thread Bernhard Voelker
Update of bug #56142 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #55272] wrong use of quotes in the error message

2019-08-29 Thread Bernhard Voelker
Update of bug #55272 (project findutils): Fixed Release:None => 4.7.0 ___ Reply to this item at: ___

[bug #56820] Translation issue

2019-08-29 Thread Bernhard Voelker
Update of bug #56820 (project findutils): Status: In Progress => Fixed Fixed Release:None => 4.7.0 ___ Follow-up Comment #2: Pushed.