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

Commit 47eeeb56 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by android-build-merger
Browse files

Merge "Add a security warning to PdfRenderer doc." into nyc-dev

am: e5bbff84

* commit 'e5bbff84':
  Add a security warning to PdfRenderer doc.

Change-Id: Ia1f24099ff2eb3497199caf2520b80bd7d7f879d
parents 2f434722 e5bbff84
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -129,6 +129,10 @@ public final class PdfRenderer implements AutoCloseable {
     * <strong>Note:</strong> This class takes ownership of the passed in file descriptor
     * and is responsible for closing it when the renderer is closed.
     * </p>
     * <p>
     * If the file is from an untrusted source it is recommended to run the renderer in a separate,
     * isolated process with minimal permissions to limit the impact of security exploits.
     * </p>
     *
     * @param input Seekable file descriptor to read from.
     *