Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
According to RFC 4254 - section 8:
Opcodes 160 to 255 are not yet defined, and cause parsing to stop.
The current code does not account for this option and might cause a NullPointerException if such opcodes are ever found. While not likely to be "found in nature", I believe the attached fix makes the code more robust.