commit | 61e2493b8341be74928872ce6d7fb3a350bd1697 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 12 10:52:35 2014 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Feb 12 10:52:35 2014 +0200 |
tree | a9e16cf785c8cd4c54d79c633e11fa64c9857672 | |
parent | 1f9d11b986c95005fbebb724ee3425ad2eb30967 [diff] |
Issue #17671: Fixed a crash when use non-initialized io.BufferedRWPair. Based on patch by Stephen Tu.