]> git.ipfire.org Git - thirdparty/asterisk.git/commit
manager: fix digest auth for ami/http mechanism.
authorJaco Kroon <jaco@uls.co.za>
Tue, 8 May 2018 09:59:02 +0000 (11:59 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Mon, 16 Jul 2018 18:49:57 +0000 (12:49 -0600)
commit44e9bdec61b2b6171042c561aaf4a96a6bbef64f
tree20df4b287017815c3c607cb753230c98ea444cf0
parentc98c6051c654a31c61af7c9020adb89fcd4d2295
manager: fix digest auth for ami/http mechanism.

Due to a fixed size buffer the digest authentication could be
incorrectly calculated if a large URI was provided, causing
authentication failure. The buffer is now dynamically allocated to allow
any size URI within the normal limits of the HTTP request size.

ASTERISK-27841

Change-Id: I660609db13b8f9e5f9567f339dd804f4985d41b3
main/manager.c