Home
last modified time | relevance | path

Searched refs:max_text_length (Results 1 – 1 of 1) sorted by relevance

/tools/security/fuzzing/llm/tinyxml2_fuzzer/
Dgen_corpus2.py5 def generate_random_xml(depth=0, max_depth=3, num_attributes=2, max_text_length=20): argument
29 …"".join(random.choices("abcdefghijklmnopqrstuvwxyz <>&\"'", k=random.randint(0, max_text_length)))
36 child = generate_random_xml(depth + 1, max_depth, num_attributes, max_text_length)