Submit #2846
closedFix EDNS0 packets composing in libc resolver
100%
Description
See http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=48475 for detailed description and a patch. I've verified that this modification does fix the problem in DragonFly.
Updated by sepherosa almost 10 years ago
Could you try following patch:
https://www.dragonflybsd.org/~sephe/resolv.diff
On Sat, Oct 17, 2015 at 4:53 AM,
<bugtracker-admin@leaf.dragonflybsd.org> wrote:
Issue #2846 has been reported by ddb.
----------------------------------------
Submit #2846: Fix EDNS0 packets composing in libc resolver
http://bugs.dragonflybsd.org/issues/2846
- Author: ddb
- Status: New
- Priority: Low
- Assignee:
- Category:
- Target version:
----------------------------------------
See http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=48475 for detailed description and a patch. I've verified that this modification does fix the problem in DragonFly.--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
--
Tomorrow Will Never Die
Updated by deef almost 10 years ago
Could you try following patch:
https://www.dragonflybsd.org/~sephe/resolv.diff
As I've written, I tested this patch from netbsd.org on DragonFly before submiting the report here. So yes, it works.
Thank you.
Updated by sepherosa almost 10 years ago
Patch pushed.
On Mon, Oct 19, 2015 at 5:51 PM,
<bugtracker-admin@leaf.dragonflybsd.org> wrote:
Issue #2846 has been updated by ddb.
Could you try following patch:
https://www.dragonflybsd.org/~sephe/resolv.diffAs I've written, I tested this patch from netbsd.org on DragonFly before submiting the report here. So yes, it works.
Thank you.----------------------------------------
Submit #2846: Fix EDNS0 packets composing in libc resolver
http://bugs.dragonflybsd.org/issues/2846#change-12715
- Author: ddb
- Status: New
- Priority: Low
- Assignee:
- Category:
- Target version:
----------------------------------------
See http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=48475 for detailed description and a patch. I've verified that this modification does fix the problem in DragonFly.--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
--
Tomorrow Will Never Die
Updated by deef almost 10 years ago
Thank you for quick fix. I guess we can mark the ticket as resolved now.
Updated by deef over 9 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 100
Closing the ticket, it's now fixed in both head and recently created stable branch. Thank you, Sephe.