• Paulo Pinheiro's avatar
    Fix issue #5542 (#5543) · d4cae0a6
    Paulo Pinheiro authored
    Empty objects that inherit from Sized would try to access internal
    ByteBuffer when Sized::size was called. So we add a single byte in
    the empty buffer, so when size() is called it would return 0
    d4cae0a6
JavaTest.java 36.3 KB