mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix bug when %including folder with comment only files. #31408
When processing a %included folder, a bug caused the pointer to the last element of the options list to be set to NULL when processing a file with only comments or whitepace. This could cause options from other files on the same folder to be discarded depending on the lines after the affected %include.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Major bugfixes (torrc):
|
||||
- Fix configuration files in a %included folder containing a
|
||||
configuration file with only comments or whitespace being
|
||||
ignored. Fixes bug 31408; bugfix on 0.4.0.5.
|
||||
Reference in New Issue
Block a user