Open Bug 531702 Opened 15 years ago Updated 2 years ago

Don't write patch files to disk

Categories

(Toolkit :: Application Update, defect)

defect

Tracking

()

People

(Reporter: Dolske, Unassigned)

Details

When processing a PATCH action, we extract the patch file from the MAR, write it out to disk, then read it (and the file to be patched) into memory in order to apply the binary patch.

We can skip a bunch of file IO if we just extract the patch data directly to a memory buffer when it's needed. This also helps reduce disk space requirements.
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.