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.
-
Rachel Protacio (Inactive)
-
Rachel Protacio (Inactive)
- Votes:
-
0 Vote for this issue
- Watchers:
-
2 Start watching this issue
- Created:
- Updated:
- Resolved: