Subject: Re: CVS commit: src/sys/lib/libsa
To: Chuck Silvers <chuq@chuq.com>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 01/25/2006 08:46:14
On Jan 24,  9:52pm, chuq@chuq.com (Chuck Silvers) wrote:
-- Subject: Re: CVS commit: src/sys/lib/libsa

| hi christos,
| 
| this new ip_cksum() always goes into an infinite loop
| because you changed "len" to be unsigned.  this doesn't
| work too well with loops like "while ((len -= 2) >= 0) {" ...
| 

Heh, thanks I will fix it.

christos