Introduction
Introduction Statistics Contact Development Disclaimer Help
tmklatinkbd: fix out of bounds bug - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 2bde567347dddd3dc09d3eaf9185ee2c45e21c6b
parent a8bf49f9cb752e9862200421b9ba4bbf5c24a735
Author: Russ Cox <[email protected]>
Date: Sun, 2 Jan 2011 18:31:50 -0500
mklatinkbd: fix out of bounds bug
R=rsc
http://codereview.appspot.com/3828045
Diffstat:
M src/cmd/devdraw/mklatinkbd.c | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/src/cmd/devdraw/mklatinkbd.c b/src/cmd/devdraw/mklatinkbd.c
t@@ -301,6 +301,7 @@ struct {
'|', "bar",
'}', "braceright",
'~', "asciitilde",
+ 0, 0
};
int
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.