Re: How to check for perl or usable printf tools?
Erik Auerswald <[email protected]>
| Newsgroups | gmane.comp.gnu.inetutils.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hello Simon, On 25.09.22 11:19, Simon Josefsson wrote: > Erik Auerswald <[email protected]> writes: > >> Hi all, >> >> On Mon, Sep 12, 2022 at 12:45:32PM +0200, Erik Auerswald wrote: >>> On Mon, Sep 12, 2022 at 05:16:00AM -0400, Alfred M. Szmidt wrote: >>>> > I am trying to use the reported input file that crashes tftp for >>>> > the test. This file contains non-printable characters (i.e., >>>> > it is a "binary" file). I do not want to add this binary file >>>> > as-is to the git repository. >>>> >>>> Why? I don't see anything fundamentally wrong with commiting a >>>> binary fuzz file that trigger som particular bad behaviour. >>>> >>>> Yeah, the other solution are far more cumbersome to maintain than a >>>> binary file. >>> >>> OK, then I'll change the tftp-regressions.sh test to directly use the >>> binary input from the fuzzer. >> >> I have just done this, see commit d3270b73ecf1207d30d852ecc50119cbc4422464. > > Thank you! > > I committed some minor fixes to make CI/CD build, see > https://gitlab.com/jas/inetutils/-/pipelines/ Your changes to tests/tools.sh did not make it into the attached patch or the GNU Inetutils git repository, because it is generated from tests/tools.sh.in. It would be great if you could add them there. Thanks, Erik