Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/lib/libsa
On Jan 24, 9:52pm, chuq%chuq.com@localhost (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
Home |
Main Index |
Thread Index |
Old Index