summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Brewer <jzb0012@auburn.edu>2018-05-21 10:58:40 -0500
committerJustin Brewer <jzb0012@auburn.edu>2018-05-21 11:00:52 -0500
commit300fc013c1559ece991abcbf886c86e807c36ba4 (patch)
tree235d3fe1e2870701637b564f810d6ec8c5c1be05
parentef4256670f2c23bd3de3963c0dc4882599ac3300 (diff)
Add Changelog entry about the integer parsing changes
This should have been included in 93421f9d84868989ab0e401fb3be7b31c7a9c181 but was missed. Signed-off-by: Justin Brewer <jzb0012@auburn.edu>
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7fa7c48..6592495 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@
* Import latest upstream sds. This breaks applications that are linked against the old hiredis v0.13
* Fix warnings, when compiled with -Wshadow
* Make hiredis compile in Cygwin on Windows, now CI-tested
+* Bulk and multi-bulk lengths less than -1 or greater than `LLONG_MAX` are now
+ protocol errors. This is consistent with the RESP specification. On 32-bit
+ platforms, the upper bound is lowered to `SIZE_MAX`.
**BREAKING CHANGES**: