[dev] [dwm] [patch] whitespace error in systray patch

2014-08-06 Thread Stephan Gabert
$ git log --pretty=format:'%H' -n 1 18248ebf4b9465b837e717dcd14a5202a98248e0 $ git apply dwm-6.1-systray.diff dwm-6.1-systray.diff:662: space before tab in indent. x -= w; warning: 1 line adds whitespace errors. Tested on the the latest vanilla dwm. Regards, Stephan

Re: [dev] [dwm] [patch] whitespace error in systray patch

2014-08-06 Thread Markus Teich
Stephan Gabert wrote: > $ git log --pretty=format:'%H' -n 1 > 18248ebf4b9465b837e717dcd14a5202a98248e0 > > $ git apply dwm-6.1-systray.diff > dwm-6.1-systray.diff:662: space before tab in indent. > x -= w; > warning: 1 line adds whitespace errors. > > > Tested on the the latest vanil

Re: [dev] [dwm] [patch] whitespace error in systray patch

2014-08-06 Thread Stephan Gabert
On 06.08.2014 14:47, Markus Teich wrote: > Stephan Gabert wrote: >> $ git log --pretty=format:'%H' -n 1 >> 18248ebf4b9465b837e717dcd14a5202a98248e0 >> >> $ git apply dwm-6.1-systray.diff >> dwm-6.1-systray.diff:662: space before tab in indent. >> x -= w; >> warning: 1 line adds whitespace e

[dev] [quark] [PATCH] Refactor response-constructors

2014-08-06 Thread FRIGN
Hello fellow hackers, thanks to Anselm I was given the trust of maintainership for the quark webserver. In the future I hope that there will be more active development on this fine piece of software. A few smaller commits already came in, but, as suggested by sin, I think it's a good idea opening

[dev] [PATCH] quark possible write out of array bounds

2014-08-06 Thread Adria Garriga
Previously, in the function getreqentry, if(p-res==targetlen) a null character would be written to the char after the target buffer. -- Adria Garriga diff --git a/quark.c b/quark.c index 917b3d4..4622981 100644 --- a/quark.c +++ b/quark.c @@ -409,7 +409,7 @@ getreqentry(char *name, char *target,

Re: [dev] [quark] [PATCH] Refactor response-constructors

2014-08-06 Thread FRIGN
On Wed, 6 Aug 2014 17:38:52 +0200 FRIGN wrote: > Let me know what you think. In case it's widely accepted, I'll apply it > asap. Ok, I'll just push it. In case there are issues, it can always be reverted. Cheers FRIGN -- FRIGN