diff options
author | Jonathan de Jong <jonathandejong02@gmail.com> | 2020-09-17 12:54:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 11:54:56 +0100 |
commit | 53284c425e219fbd9ae445bbe4a8628883a3631d (patch) | |
tree | b3f920c760fe967bc9367ce45fb184af1b2eea9f /changelog.d | |
parent | Switch metaclass initialization to python 3-compatible syntax (#8326) (diff) | |
download | synapse-53284c425e219fbd9ae445bbe4a8628883a3631d.tar.xz |
Fix a potential bug of UnboundLocalError (#8329)
Replaced with less buggier control flow
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8329.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8329.bugfix b/changelog.d/8329.bugfix new file mode 100644 index 0000000000..2f71f1f4b9 --- /dev/null +++ b/changelog.d/8329.bugfix @@ -0,0 +1 @@ +Fix UnboundLocalError from occuring when appservices send malformed register request. \ No newline at end of file |