Adam Langley 4986295c47 go.crypto/ssh/terminal: fix non-ASCII history.
The length of history buffer entries (which are stored as strings) was
being used as the number of runes. This was correct until ff9ce887b46b,
which allowed unicode entry, but can now cause a panic when editing
history that contains non-ASCII codepoints.

R=golang-dev, sfrithjof, r
CC=golang-dev
https://golang.org/cl/13255050
2013-09-15 12:48:02 -04:00
2013-02-04 10:36:09 -05:00
2013-02-04 10:36:09 -05:00
Description
No description provided
BSD-3-Clause 252 KiB
Languages
Go 100%