On Mon, 25 Jan 2016 22:20:53 -0500, Michael McConville wrote: > The third case seems questionable. However, (IIUC) integer conversion > rules dictate that the int is implicitly cast to an unsigned int[1] and > that two's complement arithmetic is preserved in this cast.[2] > > C integer type rules are such a joy to work with... > > Am I interpreting this correctly?
Yes, you are correct. The diff looks fine but there is another instance in dhclient.c in get_ifa(). OK millert@ with that added. - todd
