Unable to compile Crucible due to format-security errors
@Danil)
Submitted by Danylo Piliaiev (Assigned to Piglit Mailing List
Link to original bug (#107374)
Description
There are several errors like this:
src/framework/test/t_dump.c:74:5: error: format not a string literal and no format arguments [-Werror=format-security]
string_appendf(&filename, t_name);
^~~~~~~~~~~~~~
Edited by @eric to fix the formatting
Edited by Eric Engestrom