<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - [bisected][regression] Android build test failing on matrix.c (-Wformat-security 'format string is not a string literal' error)"
href="https://bugs.freedesktop.org/show_bug.cgi?id=110833">110833</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>[bisected][regression] Android build test failing on matrix.c (-Wformat-security 'format string is not a string literal' error)
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Keywords</th>
<td>bisected, regression
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Mesa core
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pierre-eric.pelloux-prayer@amd.com
</td>
</tr>
<tr>
<th>Reporter</th>
<td>clayton.a.craft@intel.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>mesa-dev@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>vendor/intel/external/project-celadon/mesa/src/mesa/main/matrix.c:97:38: error:
format string is not a string literal (potentially insecure)
[-Werror,-Wformat-security]
_mesa_error(ctx, GL_INVALID_ENUM, caller);
^~~~~~
vendor/intel/external/project-celadon/mesa/src/mesa/main/matrix.c:97:38: note:
treat the string as an argument to avoid this
_mesa_error(ctx, GL_INVALID_ENUM, caller);
^
"%s",
vendor/intel/external/project-celadon/mesa/src/mesa/main/matrix.c:114:42:
error: format string is not a string literal (potentially insecure)
[-Werror,-Wformat-security]
_mesa_error(ctx, GL_INVALID_VALUE, caller);
^~~~~~
vendor/intel/external/project-celadon/mesa/src/mesa/main/matrix.c:114:42: note:
treat the string as an argument to avoid this
_mesa_error(ctx, GL_INVALID_VALUE, caller);
^
"%s",
vendor/intel/external/project-celadon/mesa/src/mesa/main/matrix.c:195:44:
error: format string is not a string literal (potentially insecure)
[-Werror,-Wformat-security]
_mesa_error( ctx, GL_INVALID_VALUE, caller );
^~~~~~
vendor/intel/external/project-celadon/mesa/src/mesa/main/matrix.c:195:44: note:
treat the string as an argument to avoid this
_mesa_error( ctx, GL_INVALID_VALUE, caller );
^
"%s",
Bisected to:
commit d2906293c432b1b0519612caed0c50f43044966a
Author: Pierre-Eric Pelloux-Prayer <<a href="mailto:pierre-eric.pelloux-prayer@amd.com">pierre-eric.pelloux-prayer@amd.com</a>>
Date: Tue May 7 11:20:51 2019 +0200
mesa: EXT_dsa add selectorless matrix stack functions</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
</ul>
</body>
</html>