diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-06 03:10:18 +0200 |
---|---|---|
committer | Christian Marangi <ansuelsmth@gmail.com> | 2023-05-12 03:15:33 +0200 |
commit | 022006724fd11a36fe61e69bf5d7afce5afe8e7e (patch) | |
tree | c31af9c5ad45812fe0422ae249804569d996a858 /package/kernel/mac80211/files | |
parent | d96a0dbf3e1b6fd3d18881d1361c6f3956b28d91 (diff) | |
download | upstream-022006724fd11a36fe61e69bf5d7afce5afe8e7e.tar.gz upstream-022006724fd11a36fe61e69bf5d7afce5afe8e7e.tar.bz2 upstream-022006724fd11a36fe61e69bf5d7afce5afe8e7e.zip |
nat46: bump to latest git HEAD
4c5beee get rid of VLA on the stack, and fix the resulting error of a too large stack frame
80dda1d Fix LAN->WAN ping failure with over MTU size on outgoing interface
Commit 4c5beee as a side effect fix a compilation warning with
/__w/openwrt/openwrt/openwrt/build_dir/target-mips-openwrt-linux-musl_musl/linux-malta_be/nat46-2022-03-30-95ca1c3b/nat46/modules/nat46-netdev.c: In function 'nat46_remove':
/__w/openwrt/openwrt/openwrt/build_dir/target-mips-openwrt-linux-musl_musl/linux-malta_be/nat46-2022-03-30-95ca1c3b/nat46/modules/nat46-netdev.c:260:9: error: ISO C90 forbids variable length array 'config_remove' [-Werror=vla]
260 | char config_remove[buflen];
| ^~~~
/__w/openwrt/openwrt/openwrt/build_dir/target-mips-openwrt-linux-musl_musl/linux-malta_be/nat46-2022-03-30-95ca1c3b/nat46/modules/nat46-netdev.c:280:17: error: ISO C90 forbids variable length array 'config' [-Werror=vla]
280 | char config[buflen];
| ^~~~
cc1: all warnings being treated as errors
Also this now require nf_defrag_ipv6 as a new dependency.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to 'package/kernel/mac80211/files')
0 files changed, 0 insertions, 0 deletions