clibs / wiki-registry.c

11 stars 3 forks source link

Is there potential memmory leak in wiki-registry? #5

Closed mofosyne closed 3 months ago

mofosyne commented 4 months ago

Was investigating why clib search is segfaulting and valgrind is pointing to an issue with wiki_registry_parse()

https://github.com/clibs/clib/issues/312

Also I noticed that binRick has added upon your work 2 years ago from today and I'm wondering if it's worth for you to sync up to that as it might already have fixes. Plus comes with test cases.

I'm unfamiliar with the whole clib ecosystem, but hope it can become more robust.