Re: libfuse: patch to prevent fuse-zip from dumping core

2017-10-24 Thread Martin Pieuchot
On 18/10/17(Wed) 14:33, Helg Bredow wrote: > On Wed, 18 Oct 2017 15:03:21 +0200 > Martin Pieuchot wrote: > > > On 18/10/17(Wed) 12:51, Helg Bredow wrote: > > > On Wed, 18 Oct 2017 10:04:07 +0200 > > > Martin Pieuchot wrote: > > > > > > > On 17/10/17(Tue) 15:30, Helg Bredow wrote: > > > > > If y

Re: libfuse: patch to prevent fuse-zip from dumping core

2017-10-18 Thread Helg Bredow
On Wed, 18 Oct 2017 15:03:21 +0200 Martin Pieuchot wrote: > On 18/10/17(Wed) 12:51, Helg Bredow wrote: > > On Wed, 18 Oct 2017 10:04:07 +0200 > > Martin Pieuchot wrote: > > > > > On 17/10/17(Tue) 15:30, Helg Bredow wrote: > > > > If you execute "fuse-zip -V" it prints the version and then dumps

Re: libfuse: patch to prevent fuse-zip from dumping core

2017-10-18 Thread Martin Pieuchot
On 18/10/17(Wed) 12:51, Helg Bredow wrote: > On Wed, 18 Oct 2017 10:04:07 +0200 > Martin Pieuchot wrote: > > > On 17/10/17(Tue) 15:30, Helg Bredow wrote: > > > If you execute "fuse-zip -V" it prints the version and then dumps core. > > > This is because fuse-zip does not initialise the mount poi

Re: libfuse: patch to prevent fuse-zip from dumping core

2017-10-18 Thread Helg Bredow
On Wed, 18 Oct 2017 10:04:07 +0200 Martin Pieuchot wrote: > On 17/10/17(Tue) 15:30, Helg Bredow wrote: > > If you execute "fuse-zip -V" it prints the version and then dumps core. > > This is because fuse-zip does not initialise the mount point pointer to > > NULL. This patch ensures that it's a

Re: libfuse: patch to prevent fuse-zip from dumping core

2017-10-18 Thread Martin Pieuchot
On 17/10/17(Tue) 15:30, Helg Bredow wrote: > If you execute "fuse-zip -V" it prints the version and then dumps core. This > is because fuse-zip does not initialise the mount point pointer to NULL. This > patch ensures that it's always initialised to NULL. It's hard to understand your fix if you

libfuse: patch to prevent fuse-zip from dumping core

2017-10-17 Thread Helg Bredow
If you execute "fuse-zip -V" it prints the version and then dumps core. This is because fuse-zip does not initialise the mount point pointer to NULL. This patch ensures that it's always initialised to NULL. Index: fuse.c === RCS fil