]> 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:42 +0000 (03:54 -0700)
committerGitHub <noreply@github.com>
Tue, 23 Oct 2018 10:54:42 +0000 (03:54 -0700)
commit58b614a327991f4baad4d2795a50027f75411450
tree67102a8802e90af055d1bab6b1eb693462228d14
parent42892a2a38bb97c41e7b1b154e2b5b6f13d27b57
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