Files
scylladb/utils
Avi Kivity 4f02a5f4b3 bloom_filter: fix overflow for large filters
We use ::abs(), which has an int parameter, on long arguments, resulting
in incorrect results.

Switch to std::abs() instead, which has the correct overloads.

Fixes #1494.

Message-Id: <1469347802-28933-1-git-send-email-avi@scylladb.com>
(cherry picked from commit 900639915d)
2016-07-24 11:32:54 +03:00
..
2016-04-08 08:12:47 +03:00
2015-12-08 19:31:40 +01:00
2015-12-08 19:31:40 +01:00
2016-05-26 12:43:53 +03:00
2016-05-26 12:43:53 +03:00
2016-04-08 08:12:47 +03:00
2016-04-08 08:12:47 +03:00
2016-04-08 08:12:47 +03:00
2016-04-08 08:12:47 +03:00