<html><head></head><body>Hi,<br><br>This erratum is in held for update status, meaning it will be taken into the next version of the protocol, in the form of a new RFC (if ever).<br><br>Published RFC's don't change. They can only be superseded by new RFC's.<br><br><div class="gmail_quote">Le 17 juin 2019 09:27:57 GMT+03:00, Steve Lhomme <robux4@ycbcr.xyz> a écrit :<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre class="k9mail">On 2019-06-15 13:04, Marco Bellaccini wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">I've fixed crc_octets CRC24_POLY value in update_crypto.c.<br>There is a typo in the RFC from which it was copied:<br><a href="https://www.rfc-editor.org/errata/eid5491">https://www.rfc-editor.org/errata/eid5491</a><br></blockquote><br>Hi,<br><br>Are the errata official and applied ? Looking at the RFC 4880 directly <br>from the IETF I see no correction in the document:<br><a href="https://tools.ietf.org/html/rfc4880">https://tools.ietf.org/html/rfc4880</a><br><br>There is a link to the Errata though.<br><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 1ex 0.8ex; border-left: 1px solid #729fcf; padding-left: 1ex;">Cheers<br><br>Marco Bellaccini<br><br>0001-Fixed-crc_octets-CRC24_POLY.patch<br><br> From d68a8b2e10227ddbe40065aadc9660c91f81920c Mon Sep 17 00:00:00 2001<br>From: Marco Bellaccini <24960638+marcobellaccini@users.noreply.github.com><br>Date: Sat, 15 Jun 2019 12:21:20 +0200<br>Subject: [PATCH] Fixed crc_octets CRC24_POLY<hr>  src/misc/update_crypto.c | 2 +-<br>  1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/src/misc/update_crypto.c b/src/misc/update_crypto.c<br>index d3d555fc60..c161a3928d 100644<br>--- a/src/misc/update_crypto.c<br>+++ b/src/misc/update_crypto.c<br>@@ -350,7 +350,7 @@ error:<br>   * Copyright (C) The Internet Society (1998).  All Rights Reserved.<br>   */<br>  #define CRC24_INIT 0xB704CEL<br>-#define CRC24_POLY 0x1864CFBL<br>+#define CRC24_POLY 0x864CFBL /* see RFC 4880 Errata ID 5491 */<br>  <br>  static long crc_octets( uint8_t *octets, size_t len )<br>  {<br>-- <br>2.20.1<hr>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a><br><br></blockquote><hr>vlc-devel mailing list<br>To unsubscribe or modify your subscription options:<br><a href="https://mailman.videolan.org/listinfo/vlc-devel">https://mailman.videolan.org/listinfo/vlc-devel</a></pre></blockquote></div><br>-- <br>Envoyé de mon appareil Android avec Courriel K-9 Mail. Veuillez excuser ma brièveté.</body></html>