]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Oct 2018 10:54:52 +0000 (03:54 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Oct 2018 10:54:52 +0000 (03:54 -0700)
commit178bf58e798d3ef63f18b314056efbc3c33dd48b
tree89f5ee454048a32f8a0c74206e38a616014603ad
parentd730719b094cb006711b1cd546927b863c173b31
bpo-35028: cgi: Fix max_num_fields off by one error (GH-9973)

https://bugs.python.org/issue35028
(cherry picked from commit b79b5c09493e98374e48fa122d82dab528fc6e72)

Co-authored-by: matthewbelisle-wf <matthew.belisle@workiva.com>
Lib/cgi.py
Lib/test/test_cgi.py