Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIntermittent crash on windows getting font families #25962
Closed
Labels
Projects
Comments
Member
jdm
commented
Mar 14, 2020
|
This is https://github.com/servo/dwrote-rs/blob/598449cba53895634b3a5585821c0cf41f3271a3/src/helpers.rs#L31 that's triggering the crash. |
|
My suspicion is that EN_US_LOCALE should have a \0 terminator in the OsStr and we crash because we end up with a non-null-terminated string, but it's tricky to prove because it happens so infrequently. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment