#11630: Creating HTTPS-Everywhere's rules.sqlite is non-deterministic
------------------------------------------+-------------------
     Reporter:  gk                        |      Owner:  erinn
         Type:  defect                    |     Status:  new
     Priority:  normal                    |  Milestone:
    Component:  Tor bundles/installation  |    Version:
   Resolution:                            |   Keywords:
Actual Points:                            |  Parent ID:
       Points:                            |
------------------------------------------+-------------------

Comment (by gk):

 Doing
 {{{
 sqlite3 rulesets.sqlite .dump > rules.txt
 }}}
 and
 {{{
 sqlite3 rulesets2.sqlite .dump > rules2.txt
 }}}
 and looking at the diff of both files shows nothing. So, there is probably
 no issue with rules being in the wrong order. Getting diffs of the sqlite
 files with
 {{{
 diff -u <(xxd rulesets.sqlite) <(xxd rulesets2.sqlite) > rulesdiff
 }}}
 shows a ton of differences though.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11630#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Reply via email to