[bug #63605] Large number of UBSAN failures in test suite

2022-12-31 Thread Sam James
n Lock: Any Fixed Release: None ___ Follow-up Comments: --- Date: Sun 01 Jan 2023 03:43:35 AM UTC By: Sam James Hi, I've been running Undefined Behaviour Sanit

Re: Report 2 UBSan bugs found by an automatic tool

2023-01-05 Thread Sam James
(Replying to https://www.mail-archive.com/bug-findutils@gnu.org/msg06369.html) Given that the CBO is responsible for so many failures both in the test suite and at runtime with UBSAN, would it be possible to go ahead and drop it? (See https://savannah.gnu.org/bugs/?63605). Best, sam signature.

[bug #63934] tests/xargs/verbose-quote.sh fails with dash shell as /bin/sh

2023-03-16 Thread Sam James
ussion Lock: Any Fixed Release: None ___ Follow-up Comments: --- Date: Thu 16 Mar 2023 06:46:57 PM UTC By: Sam James find --version: ``` find (GNU findutils) 4.9.0 Packaged by

[bug #64253] Suggestion - Add support for libmagic and xattr

2023-05-27 Thread Sam James
Follow-up Comment #4, bug #64253 (project findutils): Speaking for a distro which tends to expose a lot of this choice to users (Gentoo), it should be fine as long as there's explicit configure args for each. Lots of other packages do stuff like this too. It's only really a problem if it's "autom

Re: [bug #63605] Large number of UBSAN failures in test suite

2024-05-19 Thread Sam James
James Youngman writes: > Fixed with the attached patch. > Thank you!