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
Using the class_key value with some number that is >= Short.MAX_VALUE causes
java -cp output.jar Loader
Exception in thread "main" java.lang.ClassFormatError: Incompatible magic value 2510415329 in class file MyApp
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.lang.ClassLoader.defineClass(ClassLoader.java:642)
at MyLoader.loadClass(Unknown Source)
at MyLoader.main(Unknown Source)
Illegal keys should be denied. The console should log a message like Cannot use key size out of range [Min, Max]
The text was updated successfully, but these errors were encountered:
Using the
class_key
value with some number that is>= Short.MAX_VALUE
causesIllegal keys should be denied. The console should log a message like
Cannot use key size out of range [Min, Max]
The text was updated successfully, but these errors were encountered: