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
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