Loading... (original) (raw)
In logging/log.hpp, the logging vwrite function asserts that the buffer remains within 512 characters, which is too short for logging message of non-pre-determined length, e.g. for vtable and itable function names. Instead, the code should resize the buffer to the appropriate length, asserting only that the resulting buffer is valid.