summaryrefslogtreecommitdiffstats
path: root/lib/libc/nameser
Commit message (Collapse)AuthorAgeFilesLines
* MFC r270215: Add missing break.ume2014-08-301-0/+1
|
* MFC r269873:ume2014-08-301-2/+3
| | | | | | | | | | | | | | | | Fix broken pointer overflow check ns_name_unpack() Many compilers may optimize away the overflow check `msg + l < msg', where `msg' is a pointer and `l' is an integer, because pointer overflow is undefined behavior in C. Use a safe precondition test `l >= eom - msg' instead. Reference: https://android-review.googlesource.com/#/c/50570/ Requested by: pfg Obtained from: NetBSD (CVS rev. 1.10)
* MFC r269867:ume2014-08-307-44/+662
| | | | | | | Update our stub resolver to final version of libbind (libbind-6.0). Obtained from: ISC
* This commit was generated by cvs2svn to compensate for changes in r174223,ume2007-12-031-2/+2
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of BIND 9.4.2ume2007-12-031-2/+2
| |
* | Merge BIND 9.4.1 into main chunk.ume2007-06-032-41/+41
| | | | | | | | MFC after: 2 weeks
* | This commit was generated by cvs2svn to compensate for changes in r170242,ume2007-06-034-106/+122
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of BIND 9.4.1ume2007-06-036-147/+163
| |
* | Use C comments since we now preprocess these files with CPP.deischen2007-04-291-1/+3
| |
* | Upgrade res_update(3) and the friends to BIND9's one excluding TSIGume2006-05-212-1/+2
| | | | | | | | | | | | support. X-MFC after: never
* | It's not enough to provide symbol map files; you also have to add themdes2006-03-231-0/+2
| | | | | | | | | | | | to ${SYM_MAPS}. This unbreaks world with SYMVER_ENABLED. Pointy hat to: ume
* | - Merge our local changes.ume2006-03-214-0/+49
|/ | | | - Exclude unnecessary functions for us.
* Vendor import of BIND 9.3.2ume2006-03-216-0/+2492
OpenPOWER on IntegriCloud