<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#c2">Comment # 2</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:vesim809@gmail.com" title="vesim809@gmail.com">vesim809@gmail.com</a>
</span></b>
<pre>It is possible in both, you can create directory named "cpu0<very_long_string>"
and it will be accepted by that sscanf.
The easiest fix for it is by using strcpy_s instead of strcpy.</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>