
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
02/Oct/06 12:14 PM
|
|
While reading the ASN.1 decoder code, I found a pretty nasty case where the decoding can fail during length decoding :
if the length is more than 2 bytes long, and if the PDU is splitted just after the second byte, then we can have a BufferUnderFlowException.
This can occur because we are reading the buffe without controlling that we still have some remaining bytes.
|
|
Description
|
While reading the ASN.1 decoder code, I found a pretty nasty case where the decoding can fail during length decoding :
if the length is more than 2 bytes long, and if the PDU is splitted just after the second byte, then we can have a BufferUnderFlowException.
This can occur because we are reading the buffe without controlling that we still have some remaining bytes.
|
Show » |
made changes - 02/Oct/06 12:14 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
made changes - 02/Oct/06 12:14 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|