You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the code, p is from the input param, and dataWithBytesNoCopy will hand the ownership from to subset.
This could cause the input param data to be deallocated twice.
Please check my analysis, thank you.
Sorry I don't have much time to make a PR.
The text was updated successfully, but these errors were encountered:
macOS: Big Sur 11.1
Desktop Viewer: 1.9.7
Client nslogger: installed by cocoapods and version is 1.9.7
How to reproduce:
Reproducing Rate:
100%
I also tried to build the Desktop Viewer myself from the master branch and crash is occurring.
And after the following change, no crash any more.
I checked the code, p is from the input param, and dataWithBytesNoCopy will hand the ownership from to subset.
This could cause the input param data to be deallocated twice.
Please check my analysis, thank you.
Sorry I don't have much time to make a PR.
The text was updated successfully, but these errors were encountered: