Re: [PATCH 03/32] [libx11] Using uninitialized value p-modifiers

2011-02-12 Thread Mark Kettenis
From: =?UTF-8?q?Erkki=20Sepp=C3=A4l=C3=A4?= erkki.sepp...@vincit.fi Date: Thu, 27 Jan 2011 09:53:46 +0200 Smal fix by using calloc instead of Xmalloc The comments introduced here (especially the first one) are fairly pointless. And this probably should use Xcalloc() instead of calloc().

Re: [PATCH 03/32] [libx11] Using uninitialized value p-modifiers

2011-01-27 Thread Alan Coopersmith
On 01/26/11 11:53 PM, Erkki Seppälä wrote: Smal fix by using calloc instead of Xmalloc You need to use Xcalloc in Xlib, for some complicated Win32/Cygwin DLL linking reason I don't remember the details of, but the list archives should. -- -Alan Coopersmith-

[PATCH 03/32] [libx11] Using uninitialized value p-modifiers

2011-01-26 Thread Erkki Seppälä
Smal fix by using calloc instead of Xmalloc Reviewed-by: Ander Conselvan de Oliveira ander.conselvan-de-olive...@nokia.com Signed-off-by: Erkki Seppälä erkki.sepp...@vincit.fi --- src/KeyBind.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/KeyBind.c