Re: [dev] [vis] buffer_alloc issues

2015-03-29 Thread Marc André Tanner
On Wed, Mar 25, 2015 at 07:15:08PM +, non...@inventati.org wrote: > I'm not sure if vis is supported in suckless mailing list, but as it was > discussed here previously, i'm writing here. > > There are two issues with buffer_alloc function(s). > > First function is located in buffer.c: > http

Re: [dev] [vis] buffer_alloc issues

2015-03-29 Thread FRIGN
On Sun, 29 Mar 2015 15:45:50 +0200 Silvan Jegen wrote: Hey Silvan, > This is true. In a memory-overcommitting system like Linux, however, > this should not be a problem in practice since realloc should never fail. > > Nevertheless, Marc *may* take a patch for this issue. how often are you goin

Re: [dev] [vis] buffer_alloc issues

2015-03-29 Thread Silvan Jegen
On Sun, Mar 29, 2015 at 02:59:24PM +, non...@inventati.org wrote: > On Sun, Mar 29, 2015 at 03:45:50PM +0200, Silvan Jegen wrote: > > Heyho! > > > > On Wed, Mar 25, 2015 at 07:15:08PM +, non...@inventati.org wrote: > > > There are two issues with buffer_alloc function(s). > > > > > > Firs

Re: [dev] [vis] buffer_alloc issues

2015-03-29 Thread noname
On Sun, Mar 29, 2015 at 03:45:50PM +0200, Silvan Jegen wrote: > Heyho! > > On Wed, Mar 25, 2015 at 07:15:08PM +, non...@inventati.org wrote: > > There are two issues with buffer_alloc function(s). > > > > First function is located in buffer.c: > > http://repo.or.cz/w/vis.git/blob/HEAD:/buffer

Re: [dev] [vis] buffer_alloc issues

2015-03-29 Thread Silvan Jegen
Heyho! On Wed, Mar 25, 2015 at 07:15:08PM +, non...@inventati.org wrote: > There are two issues with buffer_alloc function(s). > > First function is located in buffer.c: > http://repo.or.cz/w/vis.git/blob/HEAD:/buffer.c > > The problem is on line 15: > http://repo.or.cz/w/vis.git/blob/HEAD:/

[dev] [vis] buffer_alloc issues

2015-03-25 Thread noname
I'm not sure if vis is supported in suckless mailing list, but as it was discussed here previously, i'm writing here. There are two issues with buffer_alloc function(s). First function is located in buffer.c: http://repo.or.cz/w/vis.git/blob/HEAD:/buffer.c The problem is on line 15: http://repo.