openwrt-mirror/package
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
..
base-files base-files: rework mtd_get_mac_text() 2023-01-06 15:34:07 +01:00
boot tfa-layerscape: Use trusted-firmware-a.mk 2022-12-31 20:02:09 +01:00
devel gdb: Do not link against xxhash 2022-12-17 22:34:44 +01:00
firmware linux-firmware: disable stripping 2022-12-29 14:15:55 +01:00
kernel mt76: add stand-alone MT7622 firmware package 2023-01-07 17:11:00 +01:00
libs elfutils: Ignore wrong use-after-free error 2023-01-09 00:10:52 +01:00
network tcpdump: update to 4.99.2 2023-01-06 16:22:28 +01:00
system tree-wide: Do not use package librt and libpthread 2022-12-29 18:50:24 +01:00
utils busybox: update to 1.36.0 2023-01-07 17:22:54 +01:00
Makefile build: fix opkg install step for large package selection 2021-05-12 11:13:53 +02:00