<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Buffer overflow in gallium/auxiliary/hud/hud_cpufreq.c"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105274#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Buffer overflow in gallium/auxiliary/hud/hud_cpufreq.c"
href="https://bugs.freedesktop.org/show_bug.cgi?id=105274">bug 105274</a>
from <span class="vcard"><a class="email" href="mailto:gw.fossdev@gmail.com" title="Gert Wollny <gw.fossdev@gmail.com>"> <span class="fn">Gert Wollny</span></a>
</span></b>
<pre>
cpufreq_info::sysfs_filename is a buffer of char[128] and the string fn is
of the same size and it is written to by using snprintf, indicating its size,
so unless I miss something the buffer overflow is only possible for
cpufreq_info::name.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>