Files
libguestfs/lib
Mykola Ivanets 296370fb86 fuse: mount_local: Fix crash when called from Java binding.
"localmountpoint" parameter is allocated in JNI before calling
mount_local and freed afterward.  But guestfs handle keeps reference
to passed "localmountpoint" parameter and will try to access it in
umount_local and free after mount_local_run caller thread ends
which leads to a crash (an attempt to access to already freed memory).

RWMJ: Remove ‘const’ from definition of localmountpoint, and
wrap a comment at 80 columns.
2018-05-02 12:07:16 +01:00
..
2018-01-04 15:30:10 +00:00
2018-01-04 15:30:10 +00:00
2017-01-26 15:05:46 +00:00
2018-01-04 15:30:10 +00:00
2018-01-04 15:30:10 +00:00
2017-01-26 15:05:46 +00:00
2018-01-04 15:30:10 +00:00
2018-01-04 15:30:10 +00:00
2017-01-26 15:05:46 +00:00
2018-02-12 11:24:06 +01:00
2018-02-22 17:30:41 +01:00
2018-01-04 15:30:10 +00:00
2018-01-04 15:30:10 +00:00
2018-01-04 15:30:10 +00:00
2017-01-26 15:05:46 +00:00
2017-01-26 15:05:46 +00:00
2017-01-26 15:05:46 +00:00
2018-02-22 17:30:41 +01:00
2018-01-04 15:30:10 +00:00
2018-04-19 11:30:29 +02:00
2018-01-04 15:30:10 +00:00
2017-01-26 15:05:46 +00:00
2017-01-26 15:05:46 +00:00
2018-01-04 15:30:10 +00:00
2017-01-26 15:05:46 +00:00
2018-01-04 15:30:10 +00:00