Add comments to new patches.

This commit is contained in:
jca 2015-03-21 19:47:36 +00:00
parent 894242b713
commit 71d4814f47
3 changed files with 12 additions and 3 deletions

View File

@ -1,4 +1,7 @@
$OpenBSD: patch-src_draw_cpp,v 1.1 2015/03/21 19:43:35 jca Exp $
$OpenBSD: patch-src_draw_cpp,v 1.2 2015/03/21 19:47:36 jca Exp $
Fix buffer overrun.
--- src/draw.cpp.orig Tue Jan 20 13:58:35 2015
+++ src/draw.cpp Tue Jan 20 13:58:54 2015
@@ -235,7 +235,7 @@ void Draw::drawInputModeButton(Window window, GC gc, R

View File

@ -1,4 +1,7 @@
$OpenBSD: patch-src_kernel_cpp,v 1.1 2015/03/21 19:43:35 jca Exp $
$OpenBSD: patch-src_kernel_cpp,v 1.2 2015/03/21 19:47:36 jca Exp $
find_first_of returns npos, which is a size_t.
--- src/kernel.cpp.orig Tue Feb 24 12:35:42 2015
+++ src/kernel.cpp Tue Feb 24 12:36:09 2015
@@ -832,7 +832,7 @@ void Kernel::handlePropertyNotify(XPropertyEvent *even

View File

@ -1,4 +1,7 @@
$OpenBSD: patch-src_util_cpp,v 1.1 2015/03/21 19:43:35 jca Exp $
$OpenBSD: patch-src_util_cpp,v 1.2 2015/03/21 19:47:36 jca Exp $
find_first_of returns npos, which is a size_t.
--- src/util.cpp.orig Mon Sep 27 20:22:51 2004
+++ src/util.cpp Tue Feb 24 02:28:48 2015
@@ -10,6 +10,7 @@ extern "C" {