]> Cypherpunks repositories - gostls13.git/commit
libbio: fix Bprint bug
authorRuss Cox <rsc@golang.org>
Wed, 11 Aug 2010 00:38:28 +0000 (17:38 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 11 Aug 2010 00:38:28 +0000 (17:38 -0700)
commit9d5da464ff21b48a812e051efd0ec341f7ef4a24
treee20642bd4a83979687fde6b81bca842717b241c7
parent753c9b57101a0ae8964ee0fcb539a910e40e11ea
libbio: fix Bprint bug

Make Bprint work even when the amount of output
exceeds the available buffer space.

R=r
CC=golang-dev
https://golang.org/cl/1968041
src/libbio/bprint.c