Hauke Mehrtens 2748c45d46 elfutils: Ignore wrong use-after-free error
GCC 12.2.0 shows this false positive error message:
````
In function 'bigger_buffer',
    inlined from '__libdw_gunzip' at gzip.c:374:12:
gzip.c:96:9: error: pointer may be used after 'realloc' [-Werror=use-after-free]
   96 |     b = realloc (state->buffer, more -= 1024);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
gzip.c:94:13: note: call to 'realloc' here
   94 |   char *b = realloc (state->buffer, more);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
````

GCC bug report: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104069

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
2023-01-09 00:10:52 +01:00
..
2021-02-14 19:38:15 +01:00
2022-09-06 16:36:40 +01:00
2022-10-02 20:22:54 +02:00
2021-02-14 19:38:15 +01:00
2022-07-04 20:37:41 +02:00
2022-09-06 16:36:44 +01:00
2022-09-06 16:36:45 +01:00
2022-11-12 13:15:16 +01:00
2022-09-06 16:36:41 +01:00
2023-01-06 16:20:06 +01:00
2022-09-06 16:36:48 +01:00
2022-09-06 16:36:48 +01:00
2022-07-10 19:07:47 +02:00
2022-12-17 20:24:46 +01:00
2022-09-07 04:22:40 +01:00
2022-12-31 03:19:58 +01:00
2023-01-05 00:11:53 +01:00
2022-09-06 16:34:26 +01:00
2022-11-05 14:07:46 +00:00
2022-04-16 14:02:11 +02:00
2022-10-02 20:22:54 +02:00
2022-10-23 18:16:22 +02:00
2023-01-01 21:05:31 +01:00
2022-11-13 20:47:57 +01:00