Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1487926 Details for
Bug 1633874
Request to incorporate fix for forwarding without ipv6 connectivity
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Upstream qname fix
qname.patch (text/plain), 926 bytes, created by
Ian Wienand
on 2018-09-27 23:19:17 UTC
(
hide
)
Description:
Upstream qname fix
Filename:
MIME Type:
Creator:
Ian Wienand
Created:
2018-09-27 23:19:17 UTC
Size:
926 bytes
patch
obsolete
>--- iterator/iterator.c.orig 2018-09-27 09:34:59.172987934 +0000 >+++ iterator/iterator.c 2018-09-27 09:36:17.771629787 +0000 >@@ -2061,7 +2061,8 @@ > return 0; > } > >- if(iq->minimisation_state == INIT_MINIMISE_STATE) { >+ if(iq->minimisation_state == INIT_MINIMISE_STATE >+ && !(iq->chase_flags & BIT_RD)) { > /* (Re)set qinfo_out to (new) delegation point, except when > * qinfo_out is already a subdomain of dp. This happens when > * increasing by more than one label at once (QNAMEs with more >@@ -2586,7 +2587,8 @@ > sock_list_insert(&qstate->reply_origin, > &qstate->reply->addr, qstate->reply->addrlen, > qstate->region); >- if(iq->minimisation_state != DONOT_MINIMISE_STATE) { >+ if(iq->minimisation_state != DONOT_MINIMISE_STATE >+ && !(iq->chase_flags & BIT_RD)) { > if(FLAGS_GET_RCODE(iq->response->rep->flags) != > LDNS_RCODE_NOERROR) { > if(qstate->env->cfg->qname_minimisation_strict)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1633874
: 1487926