summaryrefslogtreecommitdiff
path: root/Build/source/texk/lcdf-typetools/libefont/otf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/lcdf-typetools/libefont/otf.cc')
-rw-r--r--Build/source/texk/lcdf-typetools/libefont/otf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/lcdf-typetools/libefont/otf.cc b/Build/source/texk/lcdf-typetools/libefont/otf.cc
index 48a2eebd722..8b6d988d451 100644
--- a/Build/source/texk/lcdf-typetools/libefont/otf.cc
+++ b/Build/source/texk/lcdf-typetools/libefont/otf.cc
@@ -775,7 +775,7 @@ Coverage::Coverage(const Vector<bool> &gmap) throw ()
while (end > 0 && !gmap[end - 1])
--end;
if (end > 0) {
- _str = String::make_garbage(8 + end);
+ _str = String::make_uninitialized(8 + end);
_str.align(4);
uint8_t *data = _str.mutable_udata();
memset(data, 0, 8 + end);