[Users] [Bug 3667] segfault in imap_session_authenticate

noreply at thewildbeast.co.uk noreply at thewildbeast.co.uk
Mon Aug 15 10:19:03 CEST 2016


http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=3667

--- Comment #1 from Andrej Kacian <andrej at kacian.sk> ---
You're right, this is a problem. The use of alloca() here is, I believe,
incorrect, since the returned password could be of any length, and could cause
stack overflow. It needs to be changed to use simple malloc() instead. Sorry
about that.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Users mailing list