]> granicus.if.org Git - libnl/commit
Use thread-safe strerror_r() instead of strerror()
authorThomas Graf <tgraf@suug.ch>
Thu, 28 Feb 2013 12:07:04 +0000 (13:07 +0100)
committerThomas Graf <tgraf@suug.ch>
Thu, 28 Feb 2013 12:07:04 +0000 (13:07 +0100)
commit4d7680c19c131175e2ec431de9a026230c968a7e
treef124f02b933d6e88e8f53047a1cf05df377281af
parentded20487fd631f7fcfc8f3cc547f6a8852501b83
Use thread-safe strerror_r() instead of strerror()

We have only ever fed well known error codes into strerror()
so it should never have been a problem though.

Signed-off-by: Thomas Graf <tgraf@suug.ch>
lib/fib_lookup/lookup.c
lib/handlers.c
lib/msg.c
lib/route/route_obj.c
src/lib/utils.c