NetBSD/dist/bind/bin/nsupdate
itojun 44f496c00a sync with audit result from kame.
- sprintf() can return negative value on error, so p += sprintf(p, blah)
  is unsafe
- signed/unsigned mixup
- wrong assumption: sizeof(time_t) <= sizeof(int)
- need to init errno to 0 before strtoul()
2002-07-04 23:30:39 +00:00
..
nsupdate.c sync with audit result from kame. 2002-07-04 23:30:39 +00:00