<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [Cairo] Conditional jump or move depends on uninitialised value(s)"
href="https://bugs.webkit.org/show_bug.cgi?id=166058#c6">Comment # 6</a>
on <a class="bz_bug_link
bz_status_RESOLVED bz_closed"
title="RESOLVED FIXED - [Cairo] Conditional jump or move depends on uninitialised value(s)"
href="https://bugs.webkit.org/show_bug.cgi?id=166058">bug 166058</a>
from <span class="vcard"><a class="email" href="mailto:cgarcia@igalia.com" title="Carlos Garcia Campos <cgarcia@igalia.com>"> <span class="fn">Carlos Garcia Campos</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=166058#c5">comment #5</a>)
<span class="quote">> Comment on <span class=""><a href="attachment.cgi?id=297518&action=diff" name="attach_297518" title="Patch">attachment 297518</a> <a href="attachment.cgi?id=297518&action=edit" title="Patch">[details]</a></span>
> Patch
>
> View in context:
> <a href="https://bugs.webkit.org/attachment.cgi?id=297518&action=review">https://bugs.webkit.org/attachment.cgi?id=297518&action=review</a>
>
> > Source/WebCore/platform/graphics/cairo/FontCairo.cpp:246
> > cairo_glyph_t cairoGlyph;
> > cairoGlyph.index = m_glyphBuffer.glyphAt(m_index);
> > + cairoGlyph.x = cairoGlyph.y = 0;
>
> These could have been written like this:
>
> cairo_glyph_t cairoGlyph = { m_glyphBuffer.glyphAt(m_index), 0, 0 };</span >
Indeed! Done in r210321, thanks.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>