Project

General

Profile

Actions

Bug #11632

closed

Resolv::DNS::Message.encode fails to encode messages larger than 16383 byte

Added by hannes.georg (Hannes Georg) over 8 years ago. Updated over 8 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:71248]

Description

Hello Rubyists

The ruby dns message encoder automatically remembers all label addresses to be reused later ( see https://github.com/ruby/ruby/blob/v2_2_3/lib/resolv.rb#L1470 ). The address field however is limited to 14 bits ( see https://tools.ietf.org/html/rfc1035#section-4.1.4 ). If the message gets larger than 16383 bytes the addresses of new labels won't fit anymore. The encoder takes this into account and truncates the addresses on write which makes them invalid ( see https://github.com/ruby/ruby/blob/v2_2_3/lib/resolv.rb#L1467 ).

My suggested solution is to not store addresses larger than 16383. Is a github pr okay for that?

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0