mariadb/storage/spider/hs_client
Sergey Vojtovich 072ca71d26 MDEV-9281 - Debian: the Lintian complains about "shlib-calls-exit" in handlersocket.so
MDEV-9278 - Debian: the Lintian complains about "shlib-calls-exit" in ha_spider.so

Handlersocket handles errors in a way that it aborts program execution. In most
cases it is done via abort(). One exception was host/service resolution failure,
which was aborted with exit().

As a workaround replaced this exit() with abort() for symmetry with other error
handling.
2016-04-20 18:20:31 +04:00
..
allocator.hpp
auto_addrinfo.hpp
auto_file.hpp
auto_ptrcontainer.hpp
config.cpp
config.hpp
escape.cpp
escape.hpp
fatal.cpp
fatal.hpp
hs_compat.h
hstcpcli.cpp
hstcpcli.hpp
mutex.hpp
socket.cpp
socket.hpp
string_buffer.hpp
string_ref.hpp
string_util.cpp
string_util.hpp
thread.hpp
util.hpp