diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2023-01-16 17:40:54 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2023-01-16 17:40:54 -0300 |
| commit | e96817f8771164e68bd591d57bdbf819a0286d8d (patch) | |
| tree | 88e99025d656170d28d65274b5be9d0b9cc6a570 /lib/imsg.c | |
| parent | 2273550f04a8255ea6df76c0aa8952eb85a01a84 (diff) | |
zebra: fix use after free on RIB processing
After calling `rib_unlink` the variable `re` will point to `free()`d
memory, so don't attempt to use it after this point.
Found by Coverity Scan (Coverity ID 1519784)
Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
Diffstat (limited to 'lib/imsg.c')
0 files changed, 0 insertions, 0 deletions
