platform_system_core/libappfuse
George Burgess IV 87533581be libappfuse: use an explicit buffer size
This patch makes lookup_name use an explicit buffer size, rather than
"whatever the union happens to give me." I don't know if it's the
correct size, but having a 0-length array in this sort of configuration
seems fragile, and will be a compilation error when
https://android-review.googlesource.com/#/c/platform/bionic/+/449363/
goes in.

Bug: 12231437
Test: Builds with the mentioned patch applied to Bionic
Change-Id: I5793c906b7c2417e9a58aa907ef11c282027edb2
2017-08-02 14:11:25 -07:00
..
include/libappfuse libappfuse: use an explicit buffer size 2017-08-02 14:11:25 -07:00
tests Add permission bits to open() with O_CREAT. 2017-02-08 23:44:29 -08:00
Android.bp Remove LOCAL_CLANG and clang: true 2017-07-25 14:29:50 +02:00
AndroidTest.xml Add test config to libappfuse_test 2017-03-31 17:11:50 -07:00
FuseAppLoop.cc Add FuseAppLoop to libappfuse. 2016-11-15 09:47:31 +09:00
FuseBridgeLoop.cc Remove FuseBridgeLoop class. 2016-11-17 09:49:51 +09:00
FuseBuffer.cc Support SOCK_STREAM for bridge between system and app 2016-12-12 14:53:03 +09:00