Evolve the VSB API, to explain things to static checkers.
For dynamic allocations use: VSB_new_auto() + VSB_destroy() For preexisting buffers use: VSB_init() + VSB_fini() VSB_new + VSB_delete are deprecated.
Showing
Please register or sign in to comment