[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

Re: [dev] [libsl] [PATCH 1/4] drw: fixup font_getexts

2015-06-13 Thread Eric Pruitt
Any chance of this set of patches being reviewed by someone with commit privileges? Link to the thread for convenience since I'm cross-posting to a different list: http://lists.suckless.org/dev/1504/26513.html . Eric