Skip to content
Snippets Groups Projects
  • Josh Megnauth's avatar
    27cd6a2b
    fix: USHRT_MAX is too large · 27cd6a2b
    Josh Megnauth authored
    The original expanded to 16 nibbles which is technically correct because
    the standard defines USHRT_MAX as being at LEAST 65535. However, in
    practice everything seems to set the max as the max length of two bytes.
    Verified
    27cd6a2b
    History
    fix: USHRT_MAX is too large
    Josh Megnauth authored
    The original expanded to 16 nibbles which is technically correct because
    the standard defines USHRT_MAX as being at LEAST 65535. However, in
    practice everything seems to set the max as the max length of two bytes.