[asterisk-dev] Asterisk 1.6.0.9 Now Available
Mark Michelson
mmichelson at digium.com
Tue Apr 7 18:22:14 CDT 2009
David Hansen wrote:
> Asterisk 1.6.0.3Rc1 was fine.
>
> Asterisk 1.6.0.5 and up are causing some goofiness with SIP Options,
> indicating particular sip peers are unreachable when they in fact are.
> Switching back to 1.6.0.3rc1 makes it work again.
Is there an open bug report about this?
>
>
> ALso, what is the result of the lack of freeing invalid memory?
>
I've read this question about five times now and it still isn't really making
sense to me. When I say "invalid memory" what I mean is that it is memory that
was not directly malloc'd. Using free() on that memory causes a crash. By
removing the call to free() that should not be there, we prevent the crash from
occurring. There is no memory leak introduced because of this bug fix.
Mark Michelson
More information about the asterisk-dev
mailing list