[Bug 1497871] Re: SIP auth fails with gcc 5.x build
Łukasz Zemczak
1497871 at bugs.launchpad.net
Wed Oct 7 13:23:55 UTC 2015
Sponsored and uploaded to the archive (with only a small changelog fix).
Thank you for your contribution everyone!
** Changed in: sflphone (Ubuntu)
Status: New => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1497871
Title:
SIP auth fails with gcc 5.x build
Status in sflphone package in Ubuntu:
Fix Committed
Bug description:
With gcc 5.x, valgrind indicates that the SIP password is pointing at
a value on the stack in a different function. The use of the temporary
std::string on the stack causes the cred_[i].data assignment to point to
a stack address, that isn't be valid by the time the password is needed
to do auth. This fixes the password pointer to be like the other auth
strings set in this function, and fixes SIP auth.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sflphone/+bug/1497871/+subscriptions
More information about the Ubuntu-sponsors
mailing list