]> granicus.if.org Git - pdns/commit
Fix matches overflow in dnsdist API.
authorErik Winkels <erik.winkels@powerdns.com>
Tue, 4 Apr 2017 14:40:32 +0000 (16:40 +0200)
committerErik Winkels <erik.winkels@powerdns.com>
Tue, 11 Apr 2017 12:12:52 +0000 (14:12 +0200)
commitdada9ff155e41dc789978b8879003518fbefb5b4
tree360b0c9ac509fc14e16807c276c45c25c3332b74
parent9fffec230b98da5f4f0debb8f8b59f401e9ad1a3
Fix matches overflow in dnsdist API.

The way it is currently fixed means that matches can still overflow
in the web interface because JavaScript has a 2^53 number limit.

However, this fix is in line with how earlier cases have been fixed.
pdns/dnsdist-web.cc