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:
committed by
Marge Bot
parent
e62c464e4e
commit
f33623ea5f
@@ -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, ...);
|
||||
|
||||
Reference in New Issue
Block a user