mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-25 22:10:38 +02:00
radv/rra: Increase rra_validation_context::location
31 bytes aren't always enough for storing the string. Reviewed-by: Natalie Vock <natalie.vock@gmx.de> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35166>
This commit is contained in:
parent
e62c464e4e
commit
f33623ea5f
1 changed files with 1 additions and 1 deletions
|
|
@ -271,7 +271,7 @@ static_assert(sizeof(struct rra_geometry_info) == 12, "rra_geometry_info does no
|
|||
|
||||
struct rra_validation_context {
|
||||
bool failed;
|
||||
char location[31];
|
||||
char location[63];
|
||||
};
|
||||
|
||||
void PRINTFLIKE(2, 3) rra_validation_fail(struct rra_validation_context *ctx, const char *message, ...);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue