[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Xbindkeys-devel] Re: Xbindkeys-1.8.3 and libx11-1.40 issue
From: |
Philippe Brochard |
Subject: |
[Xbindkeys-devel] Re: Xbindkeys-1.8.3 and libx11-1.40 issue |
Date: |
Sat, 04 Dec 2010 16:26:39 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
firewalker writes:
> I thinks the problem is cased in line 205
>
> char* envstr = malloc (envstr_size);
>
> If I change the line to
>
> char* envstr = malloc (envstr_size+2);
>
> It does not crash. Increasing only by 1 it crashes.
>
I think you're right. With this change, I've a lot less messages with
valgrind (even if xbindkeys still doesn't crash).
It's commited in the savannah git repository.
Please, can you try it before I release a new version of xbindkeys.
Many thanks,
Regards,
Philippe
- [Xbindkeys-devel] Re: Xbindkeys-1.8.3 and libx11-1.40 issue,
Philippe Brochard <=