Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update createArray to take size_t #597

Merged
merged 3 commits into from
Aug 9, 2019

Conversation

justinbrewer
Copy link
Contributor

This makes createArray consistent with createString, which also takes size_t. Bounds-check and unit tests are updated to allow up to min(SIZE_MAX,LLONG_MAX). Changelog is updated to mention this API break.

Also included is a missed Changelog entry mentioning the integer parsing changes.

This makes createArray consistent with createString, which also takes
size_t. Bounds-check and unit tests are updated to allow up to
min(SIZE_MAX,LLONG_MAX).

Changelog is updated to mention this API break.

Signed-off-by: Justin Brewer <jzb0012@auburn.edu>
This should have been included in
93421f9 but was missed.

Signed-off-by: Justin Brewer <jzb0012@auburn.edu>
@michael-grunder
Copy link
Collaborator

Good catch on 300fc01. I went ahead and cherry-picked that into master.

The breaking change is trickier but it would appear that the main downstream repos hiredis-rb, hiredis-py, and hiredis-node all pin to specific versions.

I figure we leave this up for a few days and then go ahead and get it merged if there are no objections.

@michael-grunder michael-grunder mentioned this pull request Sep 25, 2018
@mnunberg mnunberg merged commit 3af99d5 into redis:master Aug 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants