summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-18 10:21:42 -0500
committerGitHub <noreply@github.com>2021-01-18 10:21:42 -0500
commit2b467d0b61ff094a305c2c92f0cec6ca04b5d16d (patch)
treec7fe36c8f01e070432f9802f19211c129b26eae4 /changelog.d
parentFix bugs in handling clientRedirectUrl, and improve OIDC tests (#9127, #9128) (diff)
downloadsynapse-2b467d0b61ff094a305c2c92f0cec6ca04b5d16d.tar.xz
Properly raise an exception when the body exceeds the max size. (#9145)
...instead of just creating the exception object and doing nothing with it.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9145.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9145.bugfix b/changelog.d/9145.bugfix
new file mode 100644
index 0000000000..947cf1dc25
--- /dev/null
+++ b/changelog.d/9145.bugfix
@@ -0,0 +1 @@
+Fix "UnboundLocalError: local variable 'length' referenced before assignment" errors when the response body exceeds the expected size. This bug was introduced in v1.25.0.