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

Fix maxDomainNameFragmentLength #238

Merged

Conversation

masterSplinter01
Copy link
Contributor

@masterSplinter01 masterSplinter01 commented Apr 4, 2022

If I understand correctly, maxDomainNameFragmentLength means maximum length of label of domain name.
By wiki and spec:

A label may contain zero to 63 characters. The null label, of length zero, is reserved for the root zone. The full domain name may not exceed the length of 253 characters in its textual representation

But now we compare with 62 and don't allow labels with 63 octets length.

masterSplinter01 added a commit to masterSplinter01/neofs-contract that referenced this pull request Apr 4, 2022
Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
@fyrchik
Copy link
Contributor

fyrchik commented Apr 5, 2022

Could you add nns: prefix to the commit message?
Also spec quote in the full commit message would be helpful.

maxDomainNameFragmentLength means maximum length of label of domain name

A label may contain zero to 63 characters. The null label, of length
zero, is reserved for the root zone. The full domain name may not exceed
the length of 253 characters in its textual representation

Signed-off-by: Angira Kekteeva <kira@nspcc.ru>
@alexvanin alexvanin merged commit 0aa7fd4 into nspcc-dev:master Apr 5, 2022
AnnaShaleva added a commit to AnnaShaleva/non-native-contracts that referenced this pull request Sep 5, 2022
According to [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034#section-3.1),
"Each node has a label, which is zero to 63 octets in length".

Originally fixed in nspcc-dev/neofs-contract#238.
AnnaShaleva added a commit to nspcc-dev/neo-go that referenced this pull request Sep 5, 2022
AnnaShaleva added a commit to AnnaShaleva/non-native-contracts that referenced this pull request Sep 6, 2022
According to [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034#section-3.1),
"Each node has a label, which is zero to 63 octets in length".

Originally fixed in nspcc-dev/neofs-contract#238.
AnnaShaleva added a commit to nspcc-dev/neo-go that referenced this pull request Sep 8, 2022
AnnaShaleva added a commit to nspcc-dev/neo-go that referenced this pull request Sep 16, 2022
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.

None yet

3 participants