ume
8b5c391a35
MFC r270215: Add missing break.
2014-08-30 10:29:47 +00:00
ume
82bd2f3628
MFC r269873:
...
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)
2014-08-30 10:25:41 +00:00
ume
7642dd9269
MFC r269867:
...
Update our stub resolver to final version of libbind
(libbind-6.0).
Obtained from: ISC
2014-08-30 10:16:25 +00:00
ume
c98e1a2037
This commit was generated by cvs2svn to compensate for changes in r174223,
...
which included commits to RCS files with non-trunk default branches.
2007-12-03 15:07:58 +00:00
ume
488e5a6dee
Vendor import of BIND 9.4.2
2007-12-03 15:07:58 +00:00
ume
1f0b78cb3e
Merge BIND 9.4.1 into main chunk.
...
MFC after: 2 weeks
2007-06-03 17:20:27 +00:00
ume
50b2307361
Vendor import of BIND 9.4.1
2007-06-03 17:02:29 +00:00
ume
09efba1c33
This commit was generated by cvs2svn to compensate for changes in r170242,
...
which included commits to RCS files with non-trunk default branches.
2007-06-03 17:02:29 +00:00
deischen
2a7306fdc5
Use C comments since we now preprocess these files with CPP.
2007-04-29 14:05:22 +00:00
ume
2103e7a60f
Upgrade res_update(3) and the friends to BIND9's one excluding TSIG
...
support.
X-MFC after: never
2006-05-21 11:19:36 +00:00
des
99415d830f
It's not enough to provide symbol map files; you also have to add them
...
to ${SYM_MAPS}. This unbreaks world with SYMVER_ENABLED.
Pointy hat to: ume
2006-03-23 16:55:13 +00:00
ume
03859cff09
- Merge our local changes.
...
- Exclude unnecessary functions for us.
2006-03-21 15:37:16 +00:00
ume
1adda4f185
Vendor import of BIND 9.3.2
2006-03-21 15:03:19 +00:00