mirror of
https://github.com/openharmony/third_party_libfuse.git
synced 2026-07-21 00:45:56 -04:00
fix
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
* kernel: fix a couple of bugs
|
||||
|
||||
* Order of request_end() and fuse_copy_finish() was wrong.
|
||||
Posthumus note: Franco Broi managed to exploit this, though it
|
||||
Posthumous note: Franco Broi managed to exploit this, though it
|
||||
seemed quite impossible
|
||||
|
||||
* request_end() used request pointer after decrementing refcount
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ esac
|
||||
if test "$ac_env_CFLAGS_set" != set; then
|
||||
CFLAGS="-Wall -W -g -O2"
|
||||
fi
|
||||
CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=27"
|
||||
CPPFLAGS="$CPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26"
|
||||
|
||||
AC_ARG_ENABLE(kernel-module,
|
||||
[ --enable-kernel-module Compile kernel module ])
|
||||
|
||||
Reference in New Issue
Block a user