summaryrefslogtreecommitdiff
path: root/changes/ticket6236
diff options
context:
space:
mode:
authorDeepesh Pathak <deepshpathak@gmail.com>2018-02-24 20:27:08 +0530
committerDeepesh Pathak <deepshpathak@gmail.com>2018-02-24 20:27:08 +0530
commit130e2ffad74c04dbb2acaf94eb2be3879f6a898d (patch)
tree1cbfc5186a688af300ea7dea7cf3b07544bada2c /changes/ticket6236
parentf6a230ec9555688d61db37eb22c8823619332d83 (diff)
downloadtor-130e2ffad74c04dbb2acaf94eb2be3879f6a898d.tar.gz
tor-130e2ffad74c04dbb2acaf94eb2be3879f6a898d.zip
Remove duplicate code between parse_{c,s}method in transport.c
- Merged common code in function parse_{c,s}method to a single function - Removed duplicate code in transport.c - Fixes #6236
Diffstat (limited to 'changes/ticket6236')
-rw-r--r--changes/ticket62364
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket6236 b/changes/ticket6236
new file mode 100644
index 0000000000..9dea07e696
--- /dev/null
+++ b/changes/ticket6236
@@ -0,0 +1,4 @@
+ o Minor bugfixes (Duplicate code):
+ - Remove duplicate code in parse_{c,s}method_line and bootstrap
+ their functionalities into a single function. Fixes
+ bug 6236; bugfix on 0.2.3.6-alpha.