RFC Errata


Errata Search

 
Source of RFC  
Summary Table Full Records

RFC 9187, "Sequence Number Extension for Windowed Protocols", January 2022

Source of RFC: INDEPENDENT
See Also: RFC 9187 w/ inline errata

Errata ID: 6828
Status: Verified
Type: Editorial
Publication Format(s) : TEXT, PDF, HTML

Reported By: Erik Auerswald
Date Reported: 2022-02-02
Verifier Name: Adrian Farrel
Date Verified: 2022-02-06

Section 5 says:

char *prompt = "Input hex numbers only (0x is optional)\n\n")

It should say:

char *prompt = "Input hex numbers only (0x is optional)\n\n"

Notes:

The closing parenthesis at the end of the line is a syntax error for the C programming language:

$ cc compute_sne.c
compute_sne.c: In function ‘main’:
compute_sne.c:78:64: error: expected ‘,’ or ‘;’ before ‘)’ token

Report New Errata



Advanced Search