mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 16:25:58 +03:00
[GH-ISSUE #627] [macOS] Regression: Cannot install pkg files after PR 620 (crypto: added destructors and fixed direct memleaks) #149
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#149
Loading…
Add table
Add a link
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?
Originally created by @shinra-electric on GitHub (Aug 28, 2024).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/627
Regression caused by #620. Cannot install pkg files.
Error message:
@squidbus commented on GitHub (Aug 28, 2024):
PKG is being assigned by copy and the original Crypto instance is deleted, which means that the key pointers in the copy are invalid now that the destructor deletes them. You can verify this by deleting the copy constructor in any of the keyset classes and the compile will fail.