Skip to content
  • Jelte Jansen's avatar
    fixed a few bugs found with the tests; · 470b5bb7
    Jelte Jansen authored
    - added a wire-type ITEM_REAL (for DoubleElements) (we could technically
      use ITEM_INT with the current code, but certainly not ITEM_UTF8).
      if we keep this one, we need to add it to the other versions too (python&ruby)
    - Bad boolean values in the string format returned a Null ElementPtr instead of   raising an exception.
    - Fixed decoding of True values off the wire
    - Removed a few checks that aren't needed
    - Fixed a null-termination problem when encoding big packets (i.e. > 256 and
      > 65535 bytes)
    
    
    
    git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@426 e5f2f494-b856-4b98-b285-d166d9295462
    470b5bb7