On Mon, Jun 8, 2015 at 11:05 PM, Hiltjo Posthuma <hil...@codemadness.org> wrote:
> ... snip ...
>

I forgot to mention I also changed the odd case in drw_cur_create
where if you pass NULL for drw it would allocate memory but never
expose it and return NULL (possible leak):
http://git.suckless.org/dwm/tree/drw.c#n397 .

Also on OpenBSD I got a warning for a possible case for uninitialised
variable in drw.c drw_text(): XftDraw *d . I looked into this, but I
think this is a false positive and didn't change it.

Reply via email to