Skip to content

Fix issues with inet type I/O #203

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

Merged
merged 1 commit into from
Oct 10, 2017
Merged

Fix issues with inet type I/O #203

merged 1 commit into from
Oct 10, 2017

Conversation

elprans
Copy link
Member

@elprans elprans commented Oct 2, 2017

The inet codec is confusing the network prefix length with the network
mask length, which causes incorrect wire encoding. This was masked by a
symmetrical bug in the decoder.

Fixes #37.

The inet codec is confusing the network prefix length with the network
mask length, which causes incorrect wire encoding.  This was masked by a
symmetrical bug in the decoder.

Fixes #37.
@elprans elprans requested a review from 1st1 October 2, 2017 15:05
@elprans elprans merged commit e54f02e into master Oct 10, 2017
@elprans elprans deleted the bug-37 branch October 10, 2017 14:17
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.

Wierd data in inet data type
2 participants