You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, DataOutput.writeBytes(String) and its overrides only writes the low byte of each character, ignoring the high byte.
Should it be added to the list of forbidden signatures (for Java 7)?
The text was updated successfully, but these errors were encountered:
Hello,
DataOutput.writeBytes(String)
and its overrides only writes the low byte of each character, ignoring the high byte.Should it be added to the list of forbidden signatures (for Java 7)?
The text was updated successfully, but these errors were encountered: