タグ

objectとISOに関するItisangoのブックマーク (2)

  • オブジェクト識別子 - Wikipedia

    この記事には参考文献や外部リンクの一覧が含まれていますが、脚注による参照が不十分であるため、情報源が依然不明確です。 適切な位置に脚注を追加して、記事の信頼性向上にご協力ください。(2023年10月) オブジェクト識別子(オブジェクトしきべつし、英: Object IDentifier、OID)とは、あらゆるオブジェクト、概念、または「モノ」に世界的に重複しない一意な識別子(番号)を割り当てるために作られた識別子メカニズムである。国際電気通信連合(ITU)およびISO/IECにより、共同で標準化されている。 OIDの構成はITU標準X.660で正式に定義されており、木構造(OID tree)となっている。標準文書上では、識別子を構成する個々の最小ラベルをアーク(arc)と呼び、アークは整数値(primary integer values)で表す。オプションとして英字(Unicode lab

  • CERT/CC Vulnerability Note VU#162289

    Vulnerability Note VU#162289 Original Release Date: 2008-04-04 | Last Revised: 2008-10-08 Some C compilers optimize away pointer arithmetic overflow tests that depend on undefined behavior without providing a diagnostic (a warning). Applications containing these tests may be vulnerable to buffer overflows if compiled with these compilers. In the C language, given the following types: char *buf; in

  • 1