diff options
author | Joshua Roys <roysjosh@gmail.com> | 2021-10-12 09:25:47 -0400 |
---|---|---|
committer | Joshua Roys <roysjosh@gmail.com> | 2021-10-25 19:53:58 +0000 |
commit | 9298a7ec0c23ea95bd8ff6e91fc74e6ecbd53785 (patch) | |
tree | fbf98c5fa801796ca1019ea0d642f06315d3fc24 /extras/bpf | |
parent | c1931b2f0932d29f3ea73452b497a3d05eca9352 (diff) |
nat: fix static mapping segv
Adding a nat44 static mapping during startup on a DHCP interface leads
to a segv via this path:
- dhcp_client_acquire_address
- ip4_add_del_interface_address
- ip4_add_del_interface_address_internal
- nat44_ed_add_del_interface_address_cb
- nat44_ed_add_static_mapping
- ip4_interface_first_address
Type: fix
Signed-off-by: Joshua Roys <roysjosh@gmail.com>
Change-Id: I38dac8a096b052550f2b87b4e13a950d2cd868b0
(cherry picked from commit f9074fc51544d1849a2df06713c1ccf6cb2eb908)
Diffstat (limited to 'extras/bpf')
0 files changed, 0 insertions, 0 deletions