Skip to content
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

FuzzDecodeEncodeDecode: yaml: line 3: could not find expected ':' #64

Open
ernado opened this issue Apr 29, 2023 · 0 comments
Open

FuzzDecodeEncodeDecode: yaml: line 3: could not find expected ':' #64

ernado opened this issue Apr 29, 2023 · 0 comments
Assignees
Labels
fuzz Bug found by fuzzing

Comments

@ernado
Copy link
Member

ernado commented Apr 29, 2023

--- FAIL: FuzzDecodeEncodeDecode (136.23s)
    --- FAIL: FuzzDecodeEncodeDecode (0.00s)
        fuzz_test.go:115:
                Error Trace:    /root/yaml/fuzz_test.go:115
                                                        /usr/local/go/src/reflect/value.go:586
                                                        /usr/local/go/src/reflect/value.go:370
                                                        /usr/local/go/src/testing/fuzz.go:335
                Error:          Received unexpected error:
                                yaml: line 3: could not find expected ':'
                Test:           FuzzDecodeEncodeDecode
        fuzz_test.go:91: Input: "- ? #000000\n- [0]\n#000000000000000"
        fuzz_test.go:93: Data: "-   '':\n- #000000\n[0]\n#000000000000000\n"

    Failing input written to testdata/fuzz/FuzzDecodeEncodeDecode/924dba5dd5f9c2c1
    To re-run:
    go test -run=FuzzDecodeEncodeDecode/924dba5dd5f9c2c1
FAIL
go test fuzz v1
[]byte("- ? #000000\n- [0]\n#000000000000000")
@ernado ernado added the fuzz Bug found by fuzzing label Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fuzz Bug found by fuzzing
Projects
None yet
Development

No branches or pull requests

2 participants