commit | 32cfedeb1c378d6acf8e39308831f826f614a204 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed Aug 11 13:31:33 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed Aug 11 13:31:33 2010 +0000 |
tree | c5c133aee304b2bdf98a029b8f93d410fbeab25d | |
parent | 5ea3d9370889b08a99ed1bdfdd40f9e89dd60adc [diff] [blame] |
Issue #9550: a BufferedReader could issue an additional read when the original read request had been satisfied, which can block indefinitely when the underlying raw IO channel is e.g. a socket. Report and original patch by Jason V. Miller.
diff --git a/Misc/ACKS b/Misc/ACKS index 2650147..26feba3 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -548,6 +548,7 @@ Aristotelis Mikropoulos Damien Miller Chad Miller +Jason V. Miller Jay T. Miller Roman Milner Andrii V. Mishkovskyi