]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: standard: avoid DNS resolution from the function str2sa_range()
authorThierry FOURNIER <tfournier@arpalert.org>
Sat, 26 Sep 2015 18:03:36 +0000 (20:03 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 27 Sep 2015 13:04:32 +0000 (15:04 +0200)
commit7fe3be72818de11103d4349c5e7d2a8ceae68764
tree036e3d20a1737390843b56ebbae604cc4928f9da
parent55dcaf6521779db2f924ffb8499271f181dd3137
MINOR: standard: avoid DNS resolution from the function str2sa_range()

This patch blocks the DNS resolution in the function str2sa_range(),
this is useful if the function is used during the HAProxy runtime.
include/common/standard.h
src/cfgparse.c
src/server.c
src/standard.c