golang/go

x/net/html: fuzz this package

Open

#27,848 opened on Sep 25, 2018

View on GitHub
 (13 comments) (1 reaction) (0 assignees)Go (19,008 forks)batch import
Testinghelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Given a couple of bugs reported by @tr3ee from malformed/incomplete tags like:

whose reproducers are quite simple and have caused runtime panics or infinite hangs, perhaps fuzzing could help us discover what lurks beyond and even such cases.

/cc @namusyaka @dgryski @dvyukov @bradfitz @nigeltao

Contributor guide