Commit Graph

2 Commits

Author SHA1 Message Date
Marco Trevisan (Treviño) 89c1e430c1 transaction: Add support for using raw binary pointers conversation handler
This requires the allocating function to provide a binary pointer that
will be free'd by the conversation handlers finalizers.

This is for a more advanced usage scenario where the binary conversion
may be handled manually.
2023-12-14 22:07:50 +01:00
Marco Trevisan (Treviño) eac1f2d85d github/test: Run tests with address sanitizer
We have lots of cgo interaction here so better to check things fully.

This also requires manually checking for leaks, so add support for this.
2023-12-14 22:07:50 +01:00