diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-29 07:43:24 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-29 07:43:24 -0500 |
| commit | d0efa501fc8e6cda081a4f2e0cabb1ebab642c4b (patch) | |
| tree | 4dd559f15f173780b07a226f68115a92d38e9894 | |
| parent | cd70d088ca0553d9f45ba3933fb9a1ae172dc7a9 (diff) | |
adbd: backport upstream fix for use-after-move
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index afed53a7..0be2b10f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -414,6 +414,7 @@ <li>disable keepalive for HTTPS network time connections</li> <li>always disconnect HTTPS time connections</li> <li>remove unnecessary Accept-Charset header for HTTPS network time requests</li> + <li>adbd: backport upstream fix for use-after-move bug</li> </ul> --> |
