Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NETWORKCONTROL] Also cope with DNS files that have a size of 0.. #833

Merged
merged 1 commit into from
Sep 27, 2024

Conversation

pwielders
Copy link
Contributor

If the /etc/resolve.conf file (typeically the DNS file) does not exist or is empty, in debug, an ASSERT fires in the DateElement since one triees to access an empty buffer. While fixing this also found that there is already a Search for pattern method in the DataElement, so start using it. Prune where you can prune ;-)

If the /etc/resolve.conf file (typeically the DNS file) does not exist or is empty, in debug, an
ASSERT fires in the DateElement since one triees to access an empty buffer.
While fixing this also found that there is already a Search for pattern method in the DataElement, so
start using it. Prune where you can prune ;-)
@MFransen69 MFransen69 merged commit 4f6a380 into master Sep 27, 2024
31 checks passed
@MFransen69 MFransen69 deleted the development/ASSERTFix branch September 27, 2024 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants