[sr-dev] [kamailio/kamailio] Adds initial fuzzer for integration with oss-fuzz. (#2660)

DavidKorczynski notifications at github.com
Mon Mar 8 12:30:05 CET 2021


You can see the `build.sh` scrip here https://github.com/google/oss-fuzz/pull/5279/files which is used to build the fuzzer. This may help clarify the structure of the set up.

We simple indicate where to find `parse_uri.c` by way of `-I`. Perhaps it would be smarter to change it to `#include "core/parser/parse_uri.c"`. In either case we can place the fuzzer wherever we like and I am happy to put it in the location that you prefer. 

Yes, this is just the beginning and it would be great to add more. Similar files will have to be added for other parts of the code.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2660#issuecomment-792692302
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210308/e58f134f/attachment.htm>


More information about the sr-dev mailing list