On Thu, Dec 25, 2014 at 01:13:14PM -0700, Otto Moerbeek wrote: > CVSROOT: /cvs > Module name: src > Changes by: o...@cvs.openbsd.org 2014/12/25 13:13:14 > > Modified files: > usr.sbin/nsd : xfrd-tcp.c > > Log message: > subtraction of two void * is not well defined, plus two void * can be apart > more than an int can hold; ok krw@ deraadt@ and tedu@ (by implication)
This isn't only more right from a language point of view, this fixes a reproducable case were nsd was spinning in the rb tree code. -Otto