- May 13, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- May 05, 2015
-
-
The length of auth_data from an INTRODUCE2 cell is checked when the auth_type is recognized (1 or 2), but not for any other non-zero auth_type. Later, auth_data is assumed to have at least REND_DESC_COOKIE_LEN bytes, leading to a client-triggered out of bounds read. Fixed by checking auth_len before comparing the descriptor cookie against known clients. Fixes #15823; bugfix on 0.2.1.6-alpha.
-
- Apr 28, 2015
-
-
David Goulet authored
Fixes #15850, part of #15801. Change file is added by this commit. The original comment in the reverted commit is removed because right now we *need* a DirPort until #15849 is implemented so no doubt nor confusion there anymore. This reverts commit 80bed1ac. Signed-off-by:
David Goulet <dgoulet@ev0ke.net>
-
- Apr 27, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Apr 24, 2015
-
-
Karsten Loesing authored
-
Karsten Loesing authored
-
- Apr 06, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
In theory these should never the triggered as the only caller now validates the parameters before this routine gets called.
-
Found by DonnchaC.
-
Fixes bug 15600; reported by skruffy
-
- Apr 03, 2015
-
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
(Sending a nak would be pointless.) See ticket 15515 for discussion.
-
-
- Mar 25, 2015
-
-
Nick Mathewson authored
-
- Mar 24, 2015
-
-
Nick Mathewson authored
-
- Mar 23, 2015
-
-
Nick Mathewson authored
-
The compiler is allowed to assume that a "uint64_t *" is aligned correctly, and will inline a version of memcpy that acts as such. Use "uint8_t *", so the compiler does the right thing.
-
- Mar 18, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
- Mar 14, 2015
-
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
For 15176; Shadow would like this. Based on a patch by Rob Jansen, but revised to have a minimal-sized diff.
-
- Mar 12, 2015
-
-
Nick Mathewson authored
-