Module Name: src Committed By: martin Date: Fri Sep 6 19:51:54 UTC 2019
Modified Files: src/lib/libc/nameser [netbsd-9]: ns_name.c Log Message: Pull up following revision(s) (requested by maya in ticket #186): lib/libc/nameser/ns_name.c: revision 1.12 Since we advance cp after the bounds check, we need to test for bounds again before using it. Discovered via fuzzing, reported by enh at google, via: https://android-review.googlesource.com/c/platform/bionic/+/1093130 To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.11.28.1 src/lib/libc/nameser/ns_name.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.