Bug#909011: libuv1 calls readlink() with buffer size zero for /proc/self

2018-09-18 Thread Mauricio Faria de Oliveira
Thanks, Dominique! On Tue, Sep 18, 2018 at 10:23 AM Dominique Dumont wrote: > > On Monday, 17 September 2018 13:58:54 CEST you wrote: > > Package: libuv1 > > Version: 1.20.3 > > Tags: patch > > Patched and released. Thanks for the patch > > All the best > > Dod > > -- Mauricio Faria de

Bug#909011: libuv1 calls readlink() with buffer size zero for /proc/self

2018-09-18 Thread Dominique Dumont
On Monday, 17 September 2018 13:58:54 CEST you wrote: > Package: libuv1 > Version: 1.20.3 > Tags: patch Patched and released. Thanks for the patch All the best Dod

Bug#909011: libuv1 calls readlink() with buffer size zero for /proc/self

2018-09-17 Thread Mauricio Faria de Oliveira
Package: libuv1 Version: 1.20.3 Tags: patch libuv1 calls readlink() with buffer size zero for /proc/self due to downstream patch 'path_max'. This breaks a nodejs test-case on chroot, containers, and s390x (in Ubuntu at least), on which /dev/stdin is a symlink pointing to /proc/self/fd/0. On sid