Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e960d00c authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 9869527 from a61c172d to udc-release

Change-Id: I359127c38867aa2387e3b92c2d4930044083cc18
parents 8fd133a1 a61c172d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -164,7 +164,8 @@ noinline void fprintf_null() {
}

noinline void readdir_null() {
    readdir(nullptr);
    DIR* sneaky_null = nullptr;
    readdir(sneaky_null);
}

noinline int strlen_null() {
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@ cc_library_static {
    vendor_available: true,
    ramdisk_available: true,
    recovery_available: true,
    host_supported: true,
    srcs: [
        "libmodprobe.cpp",
        "libmodprobe_ext.cpp",