mirror of
https://github.com/nginx/nginx.git
synced 2026-07-10 02:47:15 +00:00
Merge 33b76773a4 into 42f8df65b6
This commit is contained in:
commit
75c2429db7
1 changed files with 4 additions and 0 deletions
|
|
@ -3320,6 +3320,10 @@ valid:
|
|||
|
||||
i += sizeof(ngx_resolver_an_t);
|
||||
|
||||
if (len > n - i) {
|
||||
goto short_response;
|
||||
}
|
||||
|
||||
switch (type) {
|
||||
|
||||
case NGX_RESOLVE_PTR:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue