Stream: brlcad

Topic: fuzzing


view this post on Zulip Sean (Mar 24 2020 at 20:36):

Hey @Sahil Vaidya here are a couple fuzzing examples I got working last year: fuzz_test1.cxx fuzz_test2.cxx

view this post on Zulip Sean (Mar 24 2020 at 20:36):

They're not particularly "good" examples as they don't really test anything, but they do sort through some useful constructs and were working examples.

view this post on Zulip Sean (Mar 24 2020 at 20:37):

at least they don't test anything I'd consider "useful" just yet

view this post on Zulip Sean (Mar 24 2020 at 20:38):

@starseeker and I were talking last week about what we had in mind that would be more along a useful lines, but I'd suggest first just seeing if you can get either/both of those examples to compile, link, and run

view this post on Zulip Sean (Mar 25 2020 at 18:55):

@Sahil Vaidya I think what will be the most useful that will also not be too hard to set up is a fuzzing test that randomly explores and runs all of our libged commands (there are hundreds). I'm working on an example now that you should be able to easily extend and work with.

view this post on Zulip Sahil Vaidya (Mar 25 2020 at 19:51):

Okay perfect

view this post on Zulip Sean (Mar 25 2020 at 21:56):

@Sahil Vaidya let me know if you need help with any of that. I think it probably makes sense to put it all in regress/fuzz for now and to get one of them working.


Last updated: Oct 09 2024 at 00:44 UTC