diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2019-09-22 22:30:48 +0100 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-09-23 10:39:08 +1000 |
commit | 15490816da0f8b651d67acef9c7f4e5bf9652ce2 (patch) | |
tree | 7c1b4fa536f5bae13996a9c79abe7622763374d0 /changes/bug31408 | |
parent | 02840169d860384257042bdf6d7601c2bf48b47b (diff) | |
download | tor-15490816da0f8b651d67acef9c7f4e5bf9652ce2.tar.gz tor-15490816da0f8b651d67acef9c7f4e5bf9652ce2.zip |
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.
Diffstat (limited to 'changes/bug31408')
-rw-r--r-- | changes/bug31408 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug31408 b/changes/bug31408 new file mode 100644 index 0000000000..7a6744cee4 --- /dev/null +++ b/changes/bug31408 @@ -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. |