| Summary: |
[bisected][regression] Android build test failing on matrix.c (-Wformat-security 'format string is not a string literal' error) |
| Product: |
Mesa
|
Reporter: |
Clayton Craft <clayton.a.craft> |
| Component: |
Mesa core | Assignee: |
Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
mesa-dev |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
Keywords: |
bisected, regression |
| Version: |
git | |
|
| Hardware: |
Other | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
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 <pierre-eric.pelloux-prayer@amd.com> Date: Tue May 7 11:20:51 2019 +0200 mesa: EXT_dsa add selectorless matrix stack functions