Message96836
| Author | gregory.p.smith |
|---|---|
| Recipients | boya, gregory.p.smith, loewis, vstinner |
| Date | 2009-12-23.10:45:50 |
| SpamBayes Score | 1.415523e-06 |
| Marked as misclassified | No |
| Message-id | <1261565153.33.0.289985309636.issue6873@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I applied the same fix that was applied to chown in trunk r77007 for lchown and fchown. Could you test it on a platform where it previously failed? The existing code might still have issues if there are platforms where uid_t and gid_t are unsigned but not the same size as a long as at the moment it merely casts and does not test to see that the values are the same as the patch you have supplied here. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-12-23 10:45:53 | gregory.p.smith | set | recipients: + gregory.p.smith, loewis, vstinner, boya |
| 2009-12-23 10:45:53 | gregory.p.smith | set | messageid: <1261565153.33.0.289985309636.issue6873@psf.upfronthosting.co.za> |
| 2009-12-23 10:45:51 | gregory.p.smith | link | issue6873 messages |
| 2009-12-23 10:45:50 | gregory.p.smith | create | |