diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-05-21 23:04:15 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-05-21 23:04:15 +0200 |
commit | 0a29e2445c8d7300b5d72e2ba05755ea1ad5b6d1 (patch) | |
tree | ce7d4499663ac249650572a4c26e1ede2d6ecbdc /RELEASE-NOTES | |
parent | 700335103e039a9f56adf24cfe95fb846caebe61 (diff) |
TFTP: block id wrap bug fix
In a normal expression, doing [unsigned short] + 1 will not wrap
at 16 bits so the comparisons and outputs were done wrong. I
added a macro do make sure it gets done right.
Douglas Kilpatrick filed bug report #3004787 about it:
http://curl.haxx.se/bug/view.cgi?id=3004787
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4e864f5d9..1d872945d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -31,6 +31,7 @@ This release includes the following bugfixes: o ignore response-body on redirect even if compressed o OpenSSL handshake state-machine for multi interface o TFTP timeout option sent correctly + o TFTP block id wrap This release includes the following known bugs: @@ -41,6 +42,6 @@ advice from friends like these: Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse, Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu, Dirk Manske, - Pavel Raiskup, John-Mark Bell, Eric Mertens, Tor Arntsen + Pavel Raiskup, John-Mark Bell, Eric Mertens, Tor Arntsen, Douglas Kilpatrick Thanks! (and sorry if I forgot to mention someone) |