Re: [dev] [dwmstatus] barM.c security and enhancement patch.

2015-06-14 Thread Programmer Nerd
I was not aware of this. I have pushed my changes to the wiki. Thank you for telling me about this. On Sun, Jun 14, 2015 at 2:45 AM, Christoph Lohmann <2...@r-36.net> wrote: > Greetings. > > On Sun, 14 Jun 2015 09:45:31 +0200 Programmer Nerd > wrote: >> I noticed that b

[dev] [dwmstatus] barM.c security and enhancement patch.

2015-06-13 Thread Programmer Nerd
I noticed that barM.c obtained from here dwm.suckless.org/dwmstatus/barM.c was using fixed buffers without concern for the length of said buffer creating the possibility of a buffer overflow. I have also declared global variables and functions static because there is only one file. This may lead t