mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Implement get_table_for_tag on FreeType
Also fixes use-after-free of FontTable buffers.
This commit is contained in:
parent
3f9b6f8586
commit
afafb0b71c
10 changed files with 41 additions and 33 deletions
2
components/servo/Cargo.lock
generated
2
components/servo/Cargo.lock
generated
|
@ -497,7 +497,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "freetype"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/servo/rust-freetype#507cee774458dc704c902d405bb869fb286f7a64"
|
||||
source = "git+https://github.com/servo/rust-freetype#d564ff90a3c69d987f5c015d7ec034cfaee21aff"
|
||||
dependencies = [
|
||||
"libc 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue