Crash when processing certain PNGs in ARM64 #226
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Duplicate of https://github.com/misskey-dev/misskey/issues/8605
When downloading certain PNG images it crashes the backend server. It should be fixed in sharp >=0.30.6. I see packages/backend/package.json already has sharp 0.30.7 so I'm not sure why it still occurs.
Does updating Sharp to 0.31.2 fixes it?
You can edit
packages/backend/package.json
and then runyarn install
to update the lockfile.If it does, I'll probably update the Sharp version used here.
I've updated it for now, I'll see how it does in the next few hours.
If it works, I'll merge in the fix in #228.
Seems to have worked, no crashes overnight.