BIND 10 #2535: handle escaped characters in TXTLikeImpl::toText

BIND 10 Development do-not-reply at isc.org
Wed Dec 5 04:32:28 UTC 2012


#2535: handle escaped characters in TXTLikeImpl::toText
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:  UnAssigned
  jinmei                             |                Status:  new
                       Type:  task   |             Milestone:  Next-Sprint-
                   Priority:         |  Proposed
  medium                             |              Keywords:
                  Component:         |             Sensitive:  0
  libdns++                           |           Sub-Project:  DNS
               CVSS Scoring:         |  Estimated Difficulty:  0
            Defect Severity:  N/A    |           Total Hours:  0
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
 As commented, it's currently incomplete:

 {{{#!cpp
         // XXX: this implementation is not entirely correct.  for example,
 it
         // should escape double-quotes if they appear in the character
 string.
 }}}

 we need to complete it.  Note that we use this conversion to store
 data in sqlite DB, so we need the fix pretty soon.

 BIND 9 has corresponding subroutine: lib/dns/rdata.c::txt_totext().
 Check that implementation and learn from it for this task.

-- 
Ticket URL: <http://bind10.isc.org/ticket/2535>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list