-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invalid allFunctionsWithMain yml files #2069
Comments
Hmm, do you have a reproducer? |
I don't have a development workflow, this was from oss-fuzz c3506f867184ea1aff7b37753de973f6fd46c47f run Jan 3. I'm running the introspector through oss-fuzz and it's hard to keep track of what versions of containers actually ran. Are the files available on https://storage.googleapis.com/oss-fuzz-introspector? With the random filename I can't check the public runs. I'll have to try running it again. |
I get similar problems a fresh pull/run:
The yaml looks like:
|
There are similar problems in the larger files produced for curl and openssl |
Sometimes I'll see allFunctionsWithMain yaml files with errors. For example, loading one of the sqlite files with python
yaml.safe_load()
errors with:The text around those lines look like:
and
more of the text is in this gist, but the whole thing is too big to upload.
The text was updated successfully, but these errors were encountered: