freedomofpress / dangerzone

Take potentially dangerous PDFs, office documents, or images and convert them to safe PDFs
https://dangerzone.rocks/
GNU Affero General Public License v3.0
3.47k stars 161 forks source link

Catch out of RAM errors in client and server #578

Open deeplow opened 11 months ago

deeplow commented 11 months ago

Many components in Dangerzone use temporary storage for the conversion but we are not catching all of these issues.

apyrgio commented 3 months ago

Closing this issue in favor of a PR that's currently under review (#748). This PR will fix the last use case where we need to store large amounts of data in the user's temporary storage.