[libc-commits] [libc] [libc] add hashtable fuzzing (PR #87949)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Wed Apr 10 14:38:44 PDT 2024


https://github.com/michaelrj-google requested changes to this pull request.

Adding fuzzing for hashtable is a good idea, but I'm not sure this is the right design for it. It seems like you're ending up re-implementing C++ language features like cleanups and functions on classes.

https://github.com/llvm/llvm-project/pull/87949


More information about the libc-commits mailing list