[Mesa-dev] [Bug 105274] Buffer overflow in gallium/auxiliary/hud/hud_cpufreq.c
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Feb 27 19:38:54 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=105274
--- Comment #1 from Gert Wollny <gw.fossdev at gmail.com> ---
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.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180227/8e600e8a/attachment-0001.html>
More information about the mesa-dev
mailing list