Open chunklhit opened 2 years ago
The below program panics:
`package main
import ( "github.com/russross/blackfriday/v2" )
func main() { input := "[0000000]:<" blackfriday.Run([]byte(input)) }`
The Program out:
The bug was found with the help of go-fuzz.
The below program panics:
`package main
import ( "github.com/russross/blackfriday/v2" )
func main() { input := "[0000000]:<" blackfriday.Run([]byte(input)) }`
The Program out:
The bug was found with the help of go-fuzz.