]> git.ipfire.org Git - thirdparty/squid.git/commit
basic_smb_auth: Buffer overrun.
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 30 Nov 2012 11:04:55 +0000 (04:04 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 30 Nov 2012 11:04:55 +0000 (04:04 -0700)
commit645c2c39f266f621dfc0ad66a9dc320cd5f7da03
treee83a3e95b14a7a414bf2b0cf5a1b6b5f44e3189b
parentb946f0a41b25ef547e120ce1f62f45dec6174392
basic_smb_auth: Buffer overrun.

A reply string expanding to >8KB after shell escaping can cause the helper
memory corruption or crash as output buffer is overrun.

 Detected by Coverity Scan. Issue 740411
helpers/basic_auth/SMB/basic_smb_auth.cc