]> git.proxmox.com Git - mirror_iproute2.git/commit
utils: make rt_addr_n2a() non-reentrant by default
authorPhil Sutter <phil@nwl.cc>
Tue, 22 Mar 2016 18:35:16 +0000 (19:35 +0100)
committerStephen Hemminger <stephen@networkplumber.org>
Sun, 27 Mar 2016 17:37:34 +0000 (10:37 -0700)
commit2e96d2ccd03a29896fc8a2c6ee6b769c512501df
tree04549bcebd084e54aa8111649bd61c909577002d
parenta418e451643e77fe36861e53359587ba8aa41873
utils: make rt_addr_n2a() non-reentrant by default

There is only a single user who needs it to be reentrant (not really,
but it's safer like this), add rt_addr_n2a_r() for it to use.

Signed-off-by: Phil Sutter <phil@nwl.cc>
14 files changed:
include/utils.h
ip/ip6tunnel.c
ip/iplink_bond.c
ip/ipmroute.c
ip/ipprefix.c
ip/iproute.c
ip/iproute_lwtunnel.c
ip/iprule.c
ip/iptunnel.c
ip/ipxfrm.c
ip/link_ip6tnl.c
ip/xfrm_monitor.c
lib/utils.c
tc/f_flower.c