mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
3587ccf4b1
In the Wasm modules built with OPA, arithmetic comparison for very large numbers could be wrong, caused by an integer overflow. Fixes #6991. Signed-off-by: Pierre Troger <pierre@narval.xyz>