OpenSearch/core
Adrien Grand 23d5293f82 Fix integer overflows when dealing with templates. (#21628)
The overflows were happening in two places, the parsing of the template that
implicitly truncates the `order` when its value does not fall into the `integer`
range, and the comparator that sorts templates in ascending order, since it
returns `order2-order1`, which might overflow.

Closes #21622
2016-11-21 10:41:08 +01:00
..
licenses Upgrade to lucene-6.3.0. (#21464) 2016-11-14 09:36:45 +01:00
src Fix integer overflows when dealing with templates. (#21628) 2016-11-21 10:41:08 +01:00
build.gradle Update Joda Time to version 2.9.5 (#21468) 2016-11-10 17:32:46 +01:00