Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for octal (0.1 sec)

  1. doc/go_spec.html

    <code>\U</code> followed by exactly eight hexadecimal digits, and a
    plain backslash <code>\</code> followed by exactly three octal digits.
    In each case the value of the literal is the value represented by
    the digits in the corresponding base.
    </p>
    
    <p>
    Although these representations all result in an integer, they have
    different valid ranges.  Octal escapes must represent a value between
    0 and 255 inclusive.  Hexadecimal escapes satisfy this condition
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Tue May 06 19:12:15 UTC 2025
    - 286.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.23.md

      CVE-2021-29923 golang standard library "net" - Improper Input Validation of octal literals in golang 1.16.2 and below standard library "net" results in indeterminate SSRF & RFI vulnerabilities.
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.ecelp7470"/>
      </mime-type>
      <mime-type type="audio/vnd.nuera.ecelp9600">
        <glob pattern="*.ecelp9600"/>
      </mime-type>
      <mime-type type="audio/vnd.octel.sbc"/>
      <mime-type type="audio/vnd.qcelp"/>
      <mime-type type="audio/vnd.rhetorex.32kadpcm"/>
      <mime-type type="audio/vnd.sealedmedia.softseal.mpeg"/>
      <mime-type type="audio/vnd.vmx.cvsd"/>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top