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

Commit 97e4eb76 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fuzz readParcelable API of Parcel" into main

parents 779ebfb6 92fe8657
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -364,6 +364,12 @@ public class ReadUtils {
                        TestClassLoader loader = new TestClassLoader();
                        parcel.readParcelableArray(loader);
                    },
                    (parcel, provider) -> {
                        parcel.readParcelable(null);
                    },
                    (parcel, provider) -> {
                        parcel.readParcelableArray(null);
                    },

                    // read lists
                    (parcel, provider) -> {