Re: [dev] Re: st: Use after free

2017-01-22 Thread Martin Kühne
On Mon, Jan 23, 2017 at 5:11 AM, wrote: > What I believe[...] Whose responsibility would it be to test what you believe? It looks a lot like you expect us to figure out whether you are on to something relevant. I had a dream last night and in that dream I saw the glorious

[dev] Internet privacy/decentralisation projects

2017-01-22 Thread Caleb Malchik
Greetings, I was wondering what the suckless community thinks about various projects aimed at Internet decentralisation and privacy - some of which are listed here [0]. Are there any projects in this area that are particularly promising from a suckless perspective? My personal reason for asking

[dev] Re: st: Use after free

2017-01-22 Thread moosotc
moos...@gmail.com writes: > `valgrind st -f mono-2 cat full-bmp.txt' [1] > > Yields quite a few invalid reads from freed blocks, the issue is related > to cache management. In the real world those dangling pointer issues > lead to segfaults or X11 errors (eventually) > > [1]

Re: [dev] st: Use after free

2017-01-22 Thread moosotc
Hiltjo Posthuma writes: > On Sun, Jan 22, 2017 at 11:00:28PM +0300, moos...@gmail.com wrote: >> Martin Kühne writes: >> >> > On Sun, Jan 22, 2017 at 5:17 PM, wrote: >> >> >> >> `valgrind st -f mono-2 cat full-bmp.txt' [1] >> >>

Re: [dev][announce] lr: tiny log rotater

2017-01-22 Thread Quentin Rameau
> I’ve seen your opinions on this point a few times and understand your > position, although I don’t agree with it. Briefly, and without wanting > to start a flamewar: whatever convenience or legal protection licenses > provide, they are philosophically very different from a dedication to > the

Re: [dev][announce] lr: tiny log rotater

2017-01-22 Thread Laslo Hunhold
On Sun, 22 Jan 2017 15:48:00 -0500 Wolfgang Corcoran-Mathe wrote: Hey Wolfgang, > I’ve written a simple log rotation program. It rotates a given file > through n backups, appending a numeric suffix. Logs may also be piped > through a command, and an optional suffix may be

Re: [dev] st: Use after free

2017-01-22 Thread Hiltjo Posthuma
On Sun, Jan 22, 2017 at 11:00:28PM +0300, moos...@gmail.com wrote: > Martin Kühne writes: > > > On Sun, Jan 22, 2017 at 5:17 PM, wrote: > >> > >> `valgrind st -f mono-2 cat full-bmp.txt' [1] > >> > >> Yields quite a few invalid reads from freed blocks,

Re: [dev][announce] lr: tiny log rotater

2017-01-22 Thread Alexander Krotov
On Sun, Jan 22, 2017 at 03:48:00PM -0500, Wolfgang Corcoran-Mathe wrote: > Hi all, > > I’ve written a simple log rotation program. It rotates a given file > through n backups, appending a numeric suffix. Logs may also be piped > through a command, and an optional suffix may be appended. > > lr

[dev] [blind] 1.0 release

2017-01-22 Thread Mattias Andrée
Hello World! I am pleased to announce the first release of blind[0]: version 1.0[1]. blind command line video editor designed primarily for creating new videos. blind uses a raw video format with a very simple container. The raw video uses CIE XYZ encoded with `double`s, with an alpha channel.

Re: [dev] st: Use after free

2017-01-22 Thread moosotc
Martin Kühne writes: > On Sun, Jan 22, 2017 at 5:17 PM, wrote: >> >> `valgrind st -f mono-2 cat full-bmp.txt' [1] >> >> Yields quite a few invalid reads from freed blocks, the issue is related >> to cache management. In the real world those dangling

Re: [dev] st: Use after free

2017-01-22 Thread Martin Kühne
On Sun, Jan 22, 2017 at 5:17 PM, wrote: > > `valgrind st -f mono-2 cat full-bmp.txt' [1] > > Yields quite a few invalid reads from freed blocks, the issue is related > to cache management. In the real world those dangling pointer issues > lead to segfaults or X11 errors

[dev] st: Use after free

2017-01-22 Thread moosotc
`valgrind st -f mono-2 cat full-bmp.txt' [1] Yields quite a few invalid reads from freed blocks, the issue is related to cache management. In the real world those dangling pointer issues lead to segfaults or X11 errors (eventually) [1] http://www.cl.cam.ac.uk/~mgk25/ucs/full-bmp.txt --