[hackers] [surf] Import the arg.h from st which fixed the oob bug. || Christoph Lohmann

2016-02-21 Thread git
commit 842103322cd3ff7f5871d17394544277bb50436c Author: Christoph Lohmann <2...@r-36.net> AuthorDate: Mon Feb 22 06:47:46 2016 +0100 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Mon Feb 22 06:47:46 2016 +0100 Import the arg.h from st which fixed the oob bug. diff --git a/arg.

[hackers] [tabbed] Import the arg.h from st with the fixed oob bug. || Christoph Lohmann

2016-02-21 Thread git
commit 4ccaba49681008900bacfd1eec23571d9b488619 Author: Christoph Lohmann <2...@r-36.net> AuthorDate: Sun Feb 21 17:22:58 2016 +0100 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Sun Feb 21 17:22:58 2016 +0100 Import the arg.h from st with the fixed oob bug. diff --git a/arg.h

Re: [hackers][sbase][PATCH] arg.h: fixed argv checks order

2016-02-21 Thread Christoph Lohmann
Greetings. On Sun, 21 Feb 2016 17:21:56 +0100 Lucas Gabriel Vuotto wrote: > Hello, > > this is a small fix for arg.h where it's possible to perform an > out-of-boundary memory access in argv's internal string. In particular, > this is a fix for sbase's arg.h, but I've also seen it in st repo,

[hackers] [st] arg.h: fixed argv checks order || Lucas Gabriel Vuotto

2016-02-21 Thread git
commit 4fdba860c8db70035e9749806ecc6ca2d7c418d0 Author: Lucas Gabriel Vuotto AuthorDate: Fri Feb 19 15:59:49 2016 -0300 Commit: Christoph Lohmann <2...@r-36.net> CommitDate: Sun Feb 21 17:21:41 2016 +0100 arg.h: fixed argv checks order This prevents accessing to a potentially

Re: [hackers] dmenu][PATCH reversed

2016-02-21 Thread Maurycy Skier
On 20/02/16 22:35, FRIGN wrote: On Sat, 20 Feb 2016 22:28:14 +0100 Maurycy Skier wrote: Hey Maurycy, Hi, I hope I am doing everything right. sadly no. Please better send your patch using git format-patch. You do it like this: Make your changes on the files, then do git add, git commit and t

Re: [hackers] dmenu][PATCH reversed

2016-02-21 Thread Hiltjo Posthuma
On Sat, Feb 20, 2016 at 10:28 PM, Maurycy Skier wrote: > Hi, I hope I am doing everything right. > > I added a new option (-r) which reverses the list and puts the input under > it. If you've used Vimperator or CtrlP plugin in Vim you can say it tries to > make dmenu lookalike (with -b and -l opti

[hackers] [sbase] Remove the octal note in printf.1 || FRIGN

2016-02-21 Thread git
commit bbe10559e6d9b06c23cb7fafc02b41cf04077f3a Author: FRIGN AuthorDate: Sat Feb 20 21:46:52 2016 +0100 Commit: sin CommitDate: Sun Feb 21 08:52:48 2016 + Remove the octal note in printf.1 diff --git a/printf.1 b/printf.1 index fab7498..8940271 100644 --- a/printf.1 +++ b/print

[hackers] [sbase] Do a range check on the resulting octal || FRIGN

2016-02-21 Thread git
commit 70adb1252dd154bd6517af49e916b8f2d4deeac9 Author: FRIGN AuthorDate: Sat Feb 20 21:50:21 2016 +0100 Commit: sin CommitDate: Sun Feb 21 08:52:48 2016 + Do a range check on the resulting octal diff --git a/libutil/unescape.c b/libutil/unescape.c index 627c2a2..be18d1f 100644

[hackers] [sbase] Allow \0ooo octal escapes || FRIGN

2016-02-21 Thread git
commit 41a600e1b8856a6710524f56470b592700d1899f Author: FRIGN AuthorDate: Sat Feb 20 21:40:11 2016 +0100 Commit: sin CommitDate: Sun Feb 21 08:52:48 2016 + Allow \0ooo octal escapes Yeah well, the old topic. POSIX allows \0123 and \123 octals in different tools, in p

[hackers] [sbase] Change the note in printf.1 on octal escapes || FRIGN

2016-02-21 Thread git
commit 0d97bd3f5775408321169be292b6744b0ee6a8ae Author: FRIGN AuthorDate: Sat Feb 20 21:51:05 2016 +0100 Commit: sin CommitDate: Sun Feb 21 08:52:48 2016 + Change the note in printf.1 on octal escapes diff --git a/printf.1 b/printf.1 index 8940271..78ffb1e 100644 --- a/printf.1

[hackers] [sbase] Fix compilation error || FRIGN

2016-02-21 Thread git
commit 6adb9b8ccd9a557efb98837c89661ed69aacc984 Author: FRIGN AuthorDate: Sat Feb 20 21:54:12 2016 +0100 Commit: sin CommitDate: Sun Feb 21 08:52:48 2016 + Fix compilation error diff --git a/libutil/unescape.c b/libutil/unescape.c index be18d1f..90a62c3 100644 --- a/libutil/unes