Closed rsanger closed 3 years ago
Most notably fixes a memory leak, etsi_socket->srcaddr was not being free()'d in handful of cases.
etsi_socket->srcaddr
Additionally add:
--enable-thread-san
Most notably fixes a memory leak,
etsi_socket->srcaddr
was not being free()'d in handful of cases.Additionally add:
--enable-thread-san
) option to configure (works like address-sanitizer)