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
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
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
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
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
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