mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
7 lines
353 B
Plaintext
7 lines
353 B
Plaintext
o Minor features (compilation, testing):
|
|
- Tor builds should now fail if there are any mismatches between the C
|
|
type representing a configuration variable and the C type the
|
|
data-driven parser uses to store a value there. Previously, we needed
|
|
to check these by hand, which sometimes led to mistakes. Closes ticket
|
|
23643.
|