
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
21/Sep/05 04:28 PM
|
|
There are two problems :
1) Controls state automaton is incorrect. It has te be fixed
2) More critical : a problem arise when having a controls after a empty list of attributes. The recursive computation of the expected length is totally buggy and need some deep though. It has been patched several times without having clearly studied the impacts of those patches, and need some clear refactoring.
|
|
Description
|
There are two problems :
1) Controls state automaton is incorrect. It has te be fixed
2) More critical : a problem arise when having a controls after a empty list of attributes. The recursive computation of the expected length is totally buggy and need some deep though. It has been patched several times without having clearly studied the impacts of those patches, and need some clear refactoring. |
Show » |
|
The other bug has been fixed too, even if it was not related to the first bug (it appears just because the PDU had an empty SEQUENCE OF attributes, a specific case that was not treated well in the Twix ASN1 Decoder.)