commit | afb013f350b0022ae6c05f140aeba23d5de34101 | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <[email protected]> | Wed May 08 16:16:43 2019 -0700 |
committer | Behdad Esfahbod <[email protected]> | Wed May 08 16:16:43 2019 -0700 |
tree | 4ec6ed64bc2f265fa3de05e24ab8bf2107e81863 | |
parent | 4c94bc63d914fac7e11940eb165b6cf1039ba5a1 [diff] |
Fix msan issue hb_identity returns rvalue-reference if input is rvalue. That, can leak the reference and cause in bad access to temporaries after they are destructed. This is unfortunately unfixable given the desired transparency of hb_identity :(. Just don't use it with hb_map().
This is HarfBuzz, a text shaping library.
For bug reports, mailing list, and other information please visit:
For license information, see COPYING.
For build information, see BUILD.md.
For test execution, see TESTING.md.
Documentation: https://harfbuzz.github.io