Module Name: othersrc Committed By: lukem Date: Wed Jan 23 05:13:48 UTC 2019
Modified Files: othersrc/libexec/tnftpd/libnetbsd: fnmatch.c ftpfnmatch.h Log Message: sync to fnmatch.c 1.26, fnmatch.h Update from NetBSD src/lib/libc/gen/fnmatch.c 1.18 to 1.26. Update from NetBSD src/include/fnmatch.h 1.8 to 1.13. Notable changes: - Implement FNM_LEADING_DIR. - Limit recursions to avoid DoS attacks. From Maksymilian Arciemowicz. - Treat a backslash followed by NUL as NUL. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 othersrc/libexec/tnftpd/libnetbsd/fnmatch.c \ othersrc/libexec/tnftpd/libnetbsd/ftpfnmatch.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.