Home | History | Annotate | Download | only in nameser
History log of /src/lib/libc/nameser/ns_name.c
RevisionDateAuthorComments
 1.15  02-Feb-2024  andvar fix various typos in comments.
 1.14  20-Jan-2024  christos Catch up with all the lint warnings since exit on warning was disabled.
Disable 'missing header declaration' and 'nested extern' warnings for now.
 1.13  19-Jun-2023  msaitoh Fix typo. unknwon -> unknown
 1.12  04-Sep-2019  christos 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
 1.11  07-Mar-2014  christos branches: 1.11.4; 1.11.6; 1.11.14; 1.11.18; 1.11.26; 1.11.28;
reduce diffs with other copies of this code.
 1.10  07-Mar-2014  christos Fix incorrect overflow test: https://android-review.googlesource.com/#/c/50570/
 1.9  13-Mar-2012  christos branches: 1.9.2;
PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@
 1.8  12-Apr-2009  christos branches: 1.8.6;
fix lint issues and actual bugs lint found (missing break statements)
 1.7  12-Apr-2009  christos merge libbind and bump.
 1.6  21-Jun-2008  christos branches: 1.6.4; 1.6.6; 1.6.8; 1.6.10; 1.6.14;
updates from bind-9-5-0
 1.5  30-Mar-2007  ghen branches: 1.5.12;
Resolve conflicts.
 1.4  27-Jan-2007  christos merge in resolver portion of bind-9.4.0-rc2
 1.3  07-Nov-2004  christos branches: 1.3.10; 1.3.12;
Merge conflicts
 1.2  20-May-2004  christos - de-lint
- add NetBSD rcsid.
 1.1  20-May-2004  christos branches: 1.1.1;
Initial revision
 1.1.1.5  12-Apr-2009  christos libc portion of libbind from external/bsd/libbind
 1.1.1.4  30-Mar-2007  ghen Import bind 9.4.0.
 1.1.1.3  27-Jan-2007  christos import resolver portion of bind-9.4.0-rc2
 1.1.1.2  07-Nov-2004  christos Re-import bind-9-3-0
 1.1.1.1  20-May-2004  christos import files needed from the nameser directory of bind9
 1.3.12.1  03-Jun-2007  wrstuden Catch up with now-somewhat-dated netbsd-4. These changes took longer
than expected for me to actually get around to merging.
 1.3.10.2  17-May-2007  jdc Add missing BIND 9.4.x include file and library changes (requested by
tron in ticket #662).
 1.3.10.1  17-May-2007  jdc Update BIND to version 9.4.1 (requested by christos in ticket #602).
Thanks to tron for the patches, upgrade script and testing.
 1.5.12.1  23-Jun-2008  wrstuden Sync w/ -current. 34 merge conflicts to follow.
 1.6.14.1  09-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.
 1.6.10.1  10-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.
 1.6.8.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.6.6.2  21-Jun-2008  christos updates from bind-9-5-0
 1.6.6.1  21-Jun-2008  christos file ns_name.c was added on branch christos-time_t on 2008-06-21 20:41:49 +0000
 1.6.4.1  06-Jan-2011  riz Apply patches (requested by spz in ticket #1517):

Update bind to 9.7.2-P3.
 1.8.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.8.6.1  17-Apr-2012  yamt sync with head
 1.9.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.11.28.1  06-Sep-2019  martin 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
 1.11.26.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.11.18.1  06-Sep-2019  martin Pull up following revision(s) (requested by maya in ticket #1368):

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
 1.11.14.1  06-Sep-2019  martin Pull up following revision(s) (requested by maya in ticket #1706):

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
 1.11.6.1  06-Sep-2019  martin Pull up following revision(s) (requested by maya in ticket #1706):

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
 1.11.4.1  06-Sep-2019  martin Pull up following revision(s) (requested by maya in ticket #1706):

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

RSS XML Feed