diff options
author | Daniel Pinto <danielpinto52@gmail.com> | 2020-10-03 04:10:52 +0100 |
---|---|---|
committer | Daniel Pinto <danielpinto52@gmail.com> | 2020-10-03 04:10:52 +0100 |
commit | 304ae473cac9e15d5a893d3d95e0479649758bbd (patch) | |
tree | b3a013d6af6f75439305a3e44f697d3f923b37a6 /changes | |
parent | f2968c3aac07425a6b4c188aa770b208f8e962b8 (diff) | |
download | tor-304ae473cac9e15d5a893d3d95e0479649758bbd.tar.gz tor-304ae473cac9e15d5a893d3d95e0479649758bbd.zip |
Fix %include bug with pattern with */ on glibc < 2.19 #40141
Fix bug where %including a pattern ending in */ would include
files and folders (instead of folders only) in versions of
glibc < 2.19.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40141 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug40141 b/changes/bug40141 new file mode 100644 index 0000000000..a766993b32 --- /dev/null +++ b/changes/bug40141 @@ -0,0 +1,4 @@ + o Minor bugfixes (configuration): + - Fix bug where %including a pattern ending with */ would include files + and folders (instead of folders only) in versions of glibc < 2.19. + Fixes bug 40141; bugfix on 0.4.5.0-alpha-dev. Patch by Daniel Pinto. |