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 > <theprogrammern...@gmail.com> wrote: >> 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 to slightly better generated >> code. >> >> I have also made the program loop in order to eliminate the bash loop. >> There is no advantage to looping in bash. >> >> Finally I have made slight improvements to some of the comments. > > You can push changes to the wiki directly: [0] > > > Sincerely, > > Christoph Lohmann > > [0] http://suckless.org/wiki > >