Overview
Request 893662 superseded
- Add fix-brotli-vla-error.patch in order to fix bsc#1181922.
- Created by marxin
- In state superseded
- 8 package maintainers
- Superseded by 893748
Request History
marxin created request
- Add fix-brotli-vla-error.patch in order to fix bsc#1181922.
jziviani declined request
Hello Martin,
Thank you for your contribution. But would you mind to format your patch "git like"?
If you prefer I can do it for you.
Thank you
example:
8<-------------------------------------------------------------------
1@@ -0,0 +1,49 @@
2+From: Bruce Rogers
3+Date: Fri, 5 Mar 2021 13:25:44 -0700
4+Subject: brotli: fix actual variable-array parameters to match declaration
5+
6+References: boo#1181922
7+
8+GCC 11 complains about the mismatch between the variable-array
9+parameters not being defined as such in the actual function definition.
10+Make them match.
11+
12+Signed-off-by: Bruce Rogers
13+---
14+ c/dec/decode.c | 6 ++++--
15+ c/enc/encode.c | 5 +++--
16+ 2 files changed, 7 insertions(+), 4 deletions(-)
superseded by 893748
Fixed that, hope it's fine now.