tftp: Add test case with over-long URLThis adds a test case that passes a very long URL on the command line,which would previously have resulted in a benign buffer overflow inurihandling(), detec
tftp: Add test case with over-long URLThis adds a test case that passes a very long URL on the command line,which would previously have resulted in a benign buffer overflow inurihandling(), detectable only by compiling tftp with ASAN enabled.MFC after: 1 weekReviewed by: markjDifferential Revision: https://reviews.freebsd.org/D57074
show more ...
Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
tftp tests: Fix a typo in the makefileFixes: 64c2a712d661 ("tftp: Add tests.")
tftp: Add test cases for URL mode.Sponsored by: Klara, Inc.Reviewed by: asomersDifferential Revision: https://reviews.freebsd.org/D39014
tftp: Add tests.Sponsored by: Klara, Inc.Reviewed by: asomersDifferential Revision: https://reviews.freebsd.org/D38969