Closed mpbraithwaite closed 10 months ago
We are experiencing the same behavior after updating to 2.88.6.
We are also experiencing this issue and have been forced to downgrade to 2.88.5, which is rather unfortunate given the CVE.
EDIT: The problem also exists in 2.88.6-preview.1.2, which updates libjpeg-turbo and harfbuzz. PNG works fine, so I'm guessing the cause is somewhere in libjpeg-turbo
I am also affected by this issue. There is no workaround as I can see. Please give us a stable solution for the CVE. Upgrading only the WebP library would be sufficient.
Anyone know how the tickets ae triaged and prioritized in this project? I was hoping we might have a fix for this issue. Thanks.
Pretty sure @mattleibow maintains this in his spare time as/when he can. So I don't think there's any guarantees, although I suspect he'll have it on his radar.
Spare time? SkiaSharp documentation hosted on learn.microsoft.com apparently creates a misleading belief, that the project is supported by Microsoft.
Hi,
Have just upgraded to the latest 2.88.7 version and it looks like the app crashing behaviour on GetScaledDimensions is fixed.
Will continue with some more testing and if all looks good will resolve this ticket.
Thanks
That is very good to hear! Thanks for following up.
After internal testing I am able to close this ticket. We no longer see this behaviour with version 2.88.7
Description
We are using .net6 We have switched to use version 2.88.6
Now when a call is made to SKCodec.GetScaledDimensions we receive a System.AccessViolationException. The System.AccessViolationException crashes the entire application.
When using version 2.88.5 we do not receive this error. The function returns the SKSizel object as expected.
Code
Expected Behavior
That we would receive an SKSizel object.
Actual Behavior
Application crash.
Version of SkiaSharp
Other (Please indicate in the description)
Last Known Good Version of SkiaSharp
Other (Please indicate in the description)
IDE / Editor
Visual Studio (Windows)
Platform / Operating System
Windows
Platform / Operating System Version
Windows 10 and 11. Havent got past using this version on developer laptops so far.
Devices
No response
Relevant Screenshots
Relevant Log Output
No response
Code of Conduct