Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
ComSegment.comment is a public final byte array.
This is mutable, and not advisable as it is easily corrupted accidentally or deliberately; also it's not possible to guarantee thread-safety.
The field should be private with sutable accessors.