-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Fixed a crash caused by Local::copyFromStorage() not conforming to Co… #5072
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…mmon::copyFromStorage. Issue# 5071
|
@mjmunger, thanks for your PR! By analyzing the history of the files in this pull request, we identified @icewind1991, @nickvergessen and @LukasReschke to be potential reviewers. |
icewind1991
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense
|
Not sure if you need anything else from me? |
|
@mjmunger can you fix Other then that it looks good. |
|
let's get this in and fix the NullStorage separately. |
|
Same issue with |
Yes, it seems so - do you create a PR to fix this as well or should I? |
|
Backport of this is in #5397 |
|
Create a PR and assign to me. Im not at a computer ATM. |
|
Apparently, I'm drunk. You can't assign a pull request. Please create it. I'm not at a computer. |
Fix #5071
Local::copyFromStorage was not adhering to Common::copyFromStorage or an interface that governs the two of them. Added the parameter to make it conform.