On 3/13/25 05:46, 김민종 wrote:
Hi, I'm using findutils-4.7.0 in Ubuntu.
While using this program, I found that certain CLI commands caused the system
to crash, as shown below:
$./find "-)" "," "-!" "-ls"
Segmentation fault
$ find --version | sed 1q
find (GNU findutils) 4.10.0+git.42.faa13013
$ find "-)" "," "-!" "-ls"
find: invalid expression: expected expression before closing parentheses '-)'.
$ ./find -amin -+NAN
find: parser.c:3143: get_relative_timestamp: Assertion `nanosec <
nanosec_per_sec' failed.
Aborted
$ find -amin -+NAN
find: invalid not-a-number argument: `+NAN'
see https://savannah.gnu.org/bugs/?64717
Are these system crashes fixed in the latest version?
seems so, yes. :-)
Have a nice day,
Berny