[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[MMUSIC] [Technical Errata Reported] RFC4566 (1795)
- To: M.Handley at cs.ucl.ac.uk, van at packetdesign.com, csp at csperkins.org, rjsparks at nostrum.com, fluffy at cisco.com, jo at acm.org, jf.mule at cablelabs.com
- Subject: [MMUSIC] [Technical Errata Reported] RFC4566 (1795)
- From: RFC Errata System <rfc-editor at rfc-editor.org>
- Date: Fri, 19 Jun 2009 06:51:10 -0700 (PDT)
- Cc: llucax at gmail.com, mmusic at ietf.org, rfc-editor at rfc-editor.org
- Delivered-to: mmusic at core3.amsl.com
- List-archive: <http://www.ietf.org/mail-archive/web/mmusic>
- List-help: <mailto:mmusic-request@ietf.org?subject=help>
- List-id: Multiparty Multimedia Session Control Working Group <mmusic.ietf.org>
- List-post: <mailto:mmusic@ietf.org>
- List-subscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=subscribe>
- List-unsubscribe: <https://www.ietf.org/mailman/listinfo/mmusic>, <mailto:mmusic-request@ietf.org?subject=unsubscribe>
The following errata report has been submitted for RFC4566,
"SDP: Session Description Protocol".
--------------------------------------
You may review the report below and at:
http://www.rfc-editor.org/errata_search.php?rfc=4566&eid=1795
--------------------------------------
Type: Technical
Reported by: Leandro Lucarella <llucax at gmail.com>
Section: 9
Original Text
-------------
decimal-uchar = DIGIT
/ POS-DIGIT DIGIT
/ ("1" 2*(DIGIT))
/ ("2" ("0"/"1"/"2"/"3"/"4") DIGIT)
/ ("2" "5" ("0"/"1"/"2"/"3"/"4"/"5"))
Corrected Text
--------------
decimal-uchar = DIGIT
/ POS-DIGIT DIGIT
/ ("1" 2(DIGIT))
/ ("2" ("0"/"1"/"2"/"3"/"4") DIGIT)
/ ("2" "5" ("0"/"1"/"2"/"3"/"4"/"5"))
Notes
-----
The "*" is removed from the 3rd line.
The current RFC accepts any number starting with "1" and followed by
2 or more digits (like 1000 or 123456789) as a valid "decimal-uchar"
because of this error, because "1" 2*(DIGIT) means 2 or more digits
following a "1". The correction, 2(DIGIT) means *exactly* 2 digits
following a "1", which covers the range 100-199.
Instructions:
-------------
This errata is currently posted as "Reported". If necessary, please
use "Reply All" to discuss whether it should be verified or
rejected. When a decision is reached, the verifying party (IESG)
can log in to change the status and edit the report, if necessary.
--------------------------------------
RFC4566 (draft-ietf-mmusic-sdp-new-26)
--------------------------------------
Title : SDP: Session Description Protocol
Publication Date : July 2006
Author(s) : M. Handley, V. Jacobson, C. Perkins
Category : PROPOSED STANDARD
Source : Multiparty Multimedia Session Control
Area : Real-time Applications and Infrastructure
Stream : IETF
Verifying Party : IESG