https://bitbucket.org/rsc/plan9port/changeset/2c5856af21c2/
changeset: 2c5856af21c2
user: 0intro
date: 2011-12-07 18:27:07
summary: aescbc: fix segfault on backspace
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5440107
Committer: Russ Cox <r...@swtch.com>
affected #: 1 file
https://bitbucket.org/rsc/plan9port/changeset/5a681e8045aa/
changeset: 5a681e8045aa
user: 0intro
date: 2011-12-07 20:07:25
summary: vac: handle mid
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5451114
Committer: Russ Cox <r...@swtch.com>
affected #: 1 file
Repository URL: https://bitbucket.org/rsc/plan9port/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
https://bitbucket.org/rsc/plan9port/changeset/32d097b9216a/
changeset: 32d097b9216a
user: David Jeannot
date: 2011-12-10 04:21:09
summary: Cocoa Devdraw: cursor fix
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5356050
Committer: Russ Cox <r...@swtch.com>
affected #: 4 files
https://bitbucket.org/rsc/plan9port/changeset/92a579c6549c/
changeset: 92a579c6549c
user: 0intro
date: 2011-12-12 22:44:50
summary: libventi: fix segfault in vtreadpacket when not connected
This problem happens especially in fossil/view when vtread
can be called even if not connected to venti.
The old libventi handle this case properly in the function vtRPC, which is called by vtReadPacket (client.c).
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5484044