]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix "queries" overflow in dnsdist API. 5234/head
authorErik Winkels <erik.winkels@powerdns.com>
Tue, 11 Apr 2017 12:22:30 +0000 (14:22 +0200)
committerErik Winkels <erik.winkels@powerdns.com>
Tue, 11 Apr 2017 12:22:30 +0000 (14:22 +0200)
commitb2a9dc9f56f47fa927741a0133838d2ee06709cb
treec030460a82c95da7376e617843530188c9b11cca
parentdada9ff155e41dc789978b8879003518fbefb5b4
Fix "queries" 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.

This fixes issue #5054.
pdns/dnsdist-web.cc