Skip to content

Commit 4b7cff6

Browse files
committed
[libwebsocket] ASYNC DNS : increase CNAME recursion limit to 10
1 parent 5fce7f9 commit 4b7cff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

3rdparty/libwebsockets/lib/system/async-dns/async-dns-parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ lws_adns_iterate(lws_adns_q_t *q, const uint8_t *pkt, int len,
154154
const char *expname, lws_async_dns_find_t cb, void *opaque)
155155
{
156156
const uint8_t *e = pkt + len, *p, *pay;
157-
struct label_stack stack[4];
157+
struct label_stack stack[10];
158158
int n = 0, stp = 0, ansc, m;
159159
uint16_t rrtype, rrpaylen;
160160
char *sp, inq;

0 commit comments

Comments
 (0)