VirtualBox

Changeset 52533 in vbox for trunk/include/iprt/err.h


Ignore:
Timestamp:
Aug 29, 2014 10:51:39 PM (10 years ago)
Author:
vboxsync
Message:

ASN.1 decoding: limit nesting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/err.h

    r52213 r52533  
    20822082/** Expected valid data pointer for ASN.1 object. */
    20832083#define VERR_ASN1_INVALID_DATA_POINTER              (-22854)
     2084/** The ASN.1 encoding is too deeply nested for the decoder. */
     2085#define VERR_ASN1_TOO_DEEPLY_NESTED                 (-22855)
    20842086
    20852087/** ANS.1 internal error 1. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette