Skip to content

Commit

Permalink
Sync: Bug fix checksum histogram loop when max range is PHP_INT_MAX (…
Browse files Browse the repository at this point in the history
…#40309)

* Ensure we don't add 1 if range is PHP_INT_MAX and try to compare it.

* changelog

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12050817286

Upstream-Ref: Automattic/jetpack@b11c20a
  • Loading branch information
darssen authored and matticbot committed Nov 27, 2024
1 parent 6ded67a commit 9f55cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"automattic/jetpack-connection": "^6.1.0",
"automattic/jetpack-logo": "^3.0.0",
"automattic/jetpack-status": "^5.0.1",
"automattic/jetpack-sync": "^4.0.1"
"automattic/jetpack-sync": "^4.0.2-alpha"
},
"require-dev": {
"yoast/phpunit-polyfills": "^1.1.1",
Expand Down

0 comments on commit 9f55cd0

Please sign in to comment.