- 20 5月, 2013 3 次提交
-
-
由 Chris Rienzo 提交于
-
由 Chris Rienzo 提交于
-
由 Steve Underwood 提交于
FS5202.
-
- 19 5月, 2013 9 次提交
-
-
由 William King 提交于
-
由 William King 提交于
Theoretical memory leak where if attr_init failed, then check would have still been malloc'd but not used.
-
由 William King 提交于
Minor code cleanup. calling va_start without calling va_end doesn't leak does it? Either way, it's fixed now.
-
由 William King 提交于
full_contact must be freed by sofia. There isn't a chance of this having blown anything up, but Coverity is right that this should be initialized with NULL to be safe against future refactors.
-
由 William King 提交于
Was causing a very small leak on naptr lookups. Upon review just happened to be a typo missing a bang.
-
由 William King 提交于
My bad. some how a make didn't catch this issue after a cleanup refactor. In this instance buf is being treated as an 8 byte number, not a pointer.
-
由 William King 提交于
Coverity reported an Uninitialized pointer read. Upon further digging it appears that there is a code path where incoming packets can come in out of order, so this section of code tries to see if it can find the missed packets. As per FS-5202 there is a case where under heavy load the packet exists, and has most of the packet parsed, but still has a NULL pointer for the packet buffer. These two lines would at least help detect the edge case.
-
由 William King 提交于
Edge case for when you are subscribing to presence on a valet parking lot. In which case there would be a small leak.
-
由 William King 提交于
Possible leak if someone were to try and add extra headers to a channel that had either an inbound info on that session or the session were to be deflected. I don't see a way that these extra headers could be added outside of a C module subscribing to the session states, but just to make sure I'm adding these so that just like other extra header locations it's cleaned up.
-
- 18 5月, 2013 8 次提交
-
-
由 William King 提交于
Alice meet rabit hole. There is a leak here on every invite that comes back from a status 180 when the other side is not FS, but you have presence enabled. Thanks to Coverity scan for location this condition. This 'might' not have been leaking if sofia was automatically freeing this when the sofia object was destroyed, but all other locations where sip_header_as_string where called they were all followed by a su_free, so I assume not.
-
由 William King 提交于
If the mod_sofia global presense hash is null, then make sure to free the matches variable before going to done.
-
由 William King 提交于
-
由 William King 提交于
When message events were added, the debug field name was overlooked. This would have only been hit when debug level was above 'DEBUG1' and at that point it would have incorrectly chosen debug display names.
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
This was writing a null one space to the right, outside of the malloc'd buffer. On further review this uses apr_vsnprintf which always returns null terminated.
-
由 Jeff Lenk 提交于
-
- 17 5月, 2013 9 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 William King 提交于
-
由 William King 提交于
-
由 William King 提交于
Since there isn't neutral ground, on the rtmp state callback we actually have to force the write lock of the session, but we only need a try lock on removing the session from the rsession->session_hash. This removes a deadlock caused when we had to enforce with locks that the rsession couldn't be destroyed if the FS session was in the middle of a hangup.
-
由 William King 提交于
-
由 William King 提交于
Seems having a read lock still prevents a write lock to be taken, even if the thread that is trying to get the write lock currently has the read lock.
-
由 William King 提交于
-
- 15 5月, 2013 5 次提交
-
-
由 Steve Underwood 提交于
-
由 Anthony Minessale 提交于
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 14 5月, 2013 5 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Steve Underwood 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 13 5月, 2013 1 次提交
-
-
由 Anthony Minessale 提交于
-