[6lo] [Errata Verified] RFC8163 (5996)

RFC Errata System <rfc-editor@rfc-editor.org> Fri, 06 August 2021 05:28 UTC

Return-Path: <wwwrun@rfc-editor.org>
X-Original-To: 6lo@ietfa.amsl.com
Delivered-To: 6lo@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D69AE3A1E0D; Thu, 5 Aug 2021 22:28:52 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.901
X-Spam-Level:
X-Spam-Status: No, score=-1.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id IGqJt00_RNL4; Thu, 5 Aug 2021 22:28:47 -0700 (PDT)
Received: from rfc-editor.org (rfc-editor.org [4.31.198.49]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DA30F3A1E0B; Thu, 5 Aug 2021 22:28:47 -0700 (PDT)
Received: by rfc-editor.org (Postfix, from userid 30) id 8B897F4071E; Thu, 5 Aug 2021 22:28:19 -0700 (PDT)
To: kerlyn@ieee.org, kerlyn@ieee.org, jpmartocci@sbcglobal.net, cneilson@deltacontrols.com, stuart.donaldson@honeywell.com
X-PHP-Originating-Script: 1005:errata_mail_lib.php
From: RFC Errata System <rfc-editor@rfc-editor.org>
Cc: ek.ietf@gmail.com, iesg@ietf.org, 6lo@ietf.org, rfc-editor@rfc-editor.org
Content-Type: text/plain; charset="UTF-8"
Message-Id: <20210806052819.8B897F4071E@rfc-editor.org>
Date: Thu, 05 Aug 2021 22:28:19 -0700
Archived-At: <https://mailarchive.ietf.org/arch/msg/6lo/k942PcP7NwPr4l8C-13WBQ0VEbw>
Subject: [6lo] [Errata Verified] RFC8163 (5996)
X-BeenThere: 6lo@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "Mailing list for the 6lo WG for Internet Area issues in IPv6 over constrained node networks." <6lo.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/6lo>, <mailto:6lo-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/6lo/>
List-Post: <mailto:6lo@ietf.org>
List-Help: <mailto:6lo-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/6lo>, <mailto:6lo-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 06 Aug 2021 05:28:53 -0000

The following errata report has been verified for RFC8163,
"Transmission of IPv6 over Master-Slave/Token-Passing (MS/TP) Networks". 

--------------------------------------
You may review the report below and at:
https://www.rfc-editor.org/errata/eid5996

--------------------------------------
Status: Verified
Type: Technical

Reported by: Kerry Lynn <kerlyn@ieee.org>
Date Reported: 2020-02-27
Verified by: Erik Kline (IESG)

Section: Appendix B.

Original Text
-------------
       /*
        * Sanity check the encoding to prevent the while() loop below
        * from overrunning the output buffer.
        */
       if (read_index + code > length)
         return 0;


Corrected Text
--------------
       /*
        * Sanity check the encoding to prevent the while() loop below
        * from overrunning the output buffer.
        */
       if (code == 0 || read_index + code > length)
         return 0;


Notes
-----
This was submitted as a change to [BACnet], Annex T, by James Butler.  The normative procedure for decoding COBS is correct in [BACnet], 9.10.3.2(a) but this bug appears in the informative example in Annex T.  Since the purpose of COBS encoding is to eliminate all zero bytes from the data, the presence of a zero indicates an error.

--------------------------------------
RFC8163 (draft-ietf-6lo-6lobac-08)
--------------------------------------
Title               : Transmission of IPv6 over Master-Slave/Token-Passing (MS/TP) Networks
Publication Date    : May 2017
Author(s)           : K. Lynn, Ed., J. Martocci, C. Neilson, S. Donaldson
Category            : PROPOSED STANDARD
Source              : IPv6 over Networks of Resource-constrained Nodes
Area                : Internet
Stream              : IETF
Verifying Party     : IESG