lexborisov/Modest

longjmp/setjmp in myhtml/serialization.c

Closed this issue · 1 comments

void myhtml_serialization_reallocate(mycore_string_raw_t *str, size_t size) makes use of longjmp/setjmp. It can lead to undefined behavior with C++ like leaked resources.

Fixed!
Thanks!