Show tag and length of bd fields
This commit is contained in:
parent
cc6d8e6e6f
commit
a1ba8519f5
|
|
@ -548,6 +548,7 @@ bd_bool_t BD_ImportData( BD_Context* pCtx, const void* pData )
|
|||
tag = bd_getUInt16( pTemp + 0 );
|
||||
len = bd_getUInt16( pTemp + 2 );
|
||||
pTemp += 4;
|
||||
printf("tag: %d, len: %d\n", tag, len);
|
||||
|
||||
/* Validate length field */
|
||||
if ( len > BD_MAX_ENTRY_LEN )
|
||||
|
|
|
|||
Loading…
Reference in New Issue