liudf0716 / xfrpc

The xfrpc project is a lightweight implementation of the FRP client written in C language for OpenWRT and IoT systems. It is designed to provide an efficient solution for resource-constrained devices such as OpenWRT routers and IoT devices, which often have limited ROM and RAM space.
GNU General Public License v3.0
719 stars 90 forks source link

feature:add asan library for detect memory leak #40

Closed helintongh closed 1 year ago

helintongh commented 1 year ago

When encountering a segment fault,Address-Sanitizier can auto detect memory leak. The debug mode should be added in the ci workflow to avoid memory errors.

liudf0716 commented 1 year ago

@helintongh thanks