Bug 1876492
| Summary: | RPZ wildcard passthru ignored | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Apurbita Mukherjee <apmukher> |
| Component: | bind | Assignee: | Tomas Korbar <tkorbar> |
| Status: | CLOSED ERRATA | QA Contact: | Petr Sklenar <psklenar> |
| Severity: | medium | Docs Contact: | Prerana Sharma <presharm> |
| Priority: | medium | ||
| Version: | 8.2 | CC: | aegorenk, pemensik, presharm, psklenar, tkorbar |
| Target Milestone: | rc | Keywords: | Patch, TestCaseProvided, Triaged, Upstream |
| Target Release: | 8.4 | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | bind-9.11.20-6.el8 | Doc Type: | Bug Fix |
| Doc Text: |
.RPZ now works with wildcard characters
Previously, the `dns_rpz_find_name` function in the `lib/dns/rpz.c` file did not consider wildcard characters when a record for the same suffix was present. Consequently, some records containing wildcard characters were ignored. With this update, the `dns_rpz_find_name` function has been fixed and it now considers wildcard characters.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-05-18 14:59:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1894575 | ||
|
Description
Apurbita Mukherjee
2020-09-07 10:27:03 UTC
Thank you for the report. It is fixed only in 9.11.22, which is not yet prepared for RHEL8. It also includes tests for missing fix. The main fix is include by commit 33ae88f08dabea846aee3be3af8a515fd9774ee1. Similar issue[1] was recently fixed in upstrem release. 1. https://gitlab.isc.org/isc-projects/bind9/-/issues/1619 Required change: https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/3874/diffs?commit_id=33ae88f08dabea846aee3be3af8a515fd9774ee1 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (bind bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:1645 |