]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46606: Reduce stack usage of getgroups and setgroups (GH-31073)
authorInada Naoki <songofacandy@gmail.com>
Tue, 22 Feb 2022 02:59:27 +0000 (11:59 +0900)
committerGitHub <noreply@github.com>
Tue, 22 Feb 2022 02:59:27 +0000 (11:59 +0900)
commit74127b89a8224d021fc76f679422b76510844ff9
tree5e53f8b7214687d60a1fc76cf264097e29980da3
parent4140bcb1cd76dec5cf8d398f4d0e86c438c987d0
bpo-46606: Reduce stack usage of getgroups and setgroups (GH-31073)

NGROUPS_MAX was 32 before Linux 2.6.4 but 65536 since Linux 2.6.4.
Modules/posixmodule.c