Skip to content
Snippets Groups Projects
  1. Jun 20, 2023
    • Pawan Wagh's avatar
      Use readUniqueFileDescriptor in incidentd service · ba78ef27
      Pawan Wagh authored
      readFileDescriptor doesn't provide ownership of the fds. fdopen
      needs ownership of the fds. Fds read from parcel should be duped
      in this scenario and readUniqueFileDescriptor dups fds internally.
      
      Test: m incidentd_service_fuzzer && adb sync data && adb shell /data/fuzz/x86_64/incidentd_service_fuzzer/incidentd_service_fuzzer
      Test: atest incidentd_test
      Bug: 286931110
      Bug: 283699145
      Change-Id: Ibe03a17dee91ac5bf25d123d4fd9c0bdd3c7d80e
      ba78ef27
  2. Jun 15, 2023
Loading