Message201403
| Author | christian.heimes |
|---|---|
| Recipients | benjamin.peterson, christian.heimes, georg.brandl, larry, neologix, pitrou, python-dev, r.david.murray, sbt, vstinner |
| Date | 2013-10-26.23:16:03 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1382829363.98.0.326540134993.issue19227@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
OpenSSL kinda takes care of that. The PRNG mixes the PID into the seed so parent and child won't see the same output. The patch fixes a slightly more tricky issue: - parent initializes PRNG but never touches the PRNG again - parent forks lots of child processes - PIDs get reused -- two child processes with same PID get same pseudorandom data |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-10-26 23:16:04 | christian.heimes | set | recipients: + christian.heimes, georg.brandl, pitrou, vstinner, larry, benjamin.peterson, r.david.murray, neologix, python-dev, sbt |
| 2013-10-26 23:16:03 | christian.heimes | set | messageid: <1382829363.98.0.326540134993.issue19227@psf.upfronthosting.co.za> |
| 2013-10-26 23:16:03 | christian.heimes | link | issue19227 messages |
| 2013-10-26 23:16:03 | christian.heimes | create | |