Files
rk35xx-android14/system/libbase/parsenetaddress_fuzzer.dict
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

35 lines
515 B
Plaintext

# Values from the parsenetaddress_test.cpp unit test
"www.google.com"
"www.google.com:123"
"www.google.com"
"www.google.com:666"
"1.2.3.4"
"1.2.3.4:123"
"1.2.3.4"
"1.2.3.4:666"
"::1"
"[::1]:123"
"fe80::200:5aee:feaa:20a2"
"[fe80::200:5aee:feaa:20a2]:123"
"fe80::200:5aee:feaa:20a2"
"[::1]:666"
"[fe80::200:5aee:feaa:20a2]:666"
"1.2.3.4:"
"1.2.3.4::"
":123"
":1"
"::::::::1"
"[::1"
"[::1]"
"[::1]:"
"[::1]::"
"1.2.3.4:-1"
"1.2.3.4:0"
"1.2.3.4:65536"
"1.2.3.4:hello"
"[::1]:-1"
"[::1]:0"
"[::1]:65536"
"[::1]:hello"