Message328618
| Author | barry |
|---|---|
| Recipients | barry, brett.cannon, ned.deily, ronaldoussoren |
| Date | 2018-10-27.00:36:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1540600571.67.0.788709270274.issue35070@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I really have no idea what's going on. I've looked at posixmodule.c and tried to reproduce as best I can in a standalone C program. In both cases getgroups(0, NULL) returns 15. In the standalone version, when I then call getgroups(15, grouplist), I again get 15 returned and grouplist is properly filled. But in posixmodule.c case, I get 1 back group that second call. I honestly can't see any difference or why this could be happening. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-10-27 00:36:11 | barry | set | recipients: + barry, brett.cannon, ronaldoussoren, ned.deily |
| 2018-10-27 00:36:11 | barry | set | messageid: <1540600571.67.0.788709270274.issue35070@psf.upfronthosting.co.za> |
| 2018-10-27 00:36:11 | barry | link | issue35070 messages |
| 2018-10-27 00:36:10 | barry | create | |