[tor-bugs] #28755 [Core Tor/Tor]: Implement a K/V parser library

Tor Bug Tracker & Wiki blackhole at torproject.org
Mon Dec 10 20:53:19 UTC 2018


#28755: Implement a K/V parser library
--------------------------+------------------------------------
 Reporter:  dgoulet       |          Owner:  nickm
     Type:  enhancement   |         Status:  needs_review
 Priority:  Medium        |      Milestone:  Tor: 0.4.0.x-final
Component:  Core Tor/Tor  |        Version:
 Severity:  Normal        |     Resolution:
 Keywords:                |  Actual Points:  .3
Parent ID:  #25502        |         Points:
 Reviewer:  ahf, dgoulet  |        Sponsor:
--------------------------+------------------------------------

Comment (by nickm):

 I've made a new ticket, "ticket28755_v2", including a fuzzer.  PR at
 https://github.com/torproject/tor/pull/577

 The initial implementation is a bit different, because the fuzzer found a
 bunch of problems, most of them related to eat_whitespace() not doing what
 I expected, and a few of them related to ambiguity involving weird
 standalone values like "=foo" or "".

 The fuzzing corpus is in a "strops" branch in my private fuzzing-corpora
 repo; I'll merge that when you like this.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28755#comment:6>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list