6
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 22 hours ago.
May 05, 2024 — May 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use env.DOCKER_RW in the if statements correctly. More... 5 days ago
Re-gen. More... 14 days ago
@LIBS_ELPERIODIC@ needs to be included even if BUILD_ELPERIODIC is not set. More... 14 days ago
Patch issue in the openssl that might cause false positive running sanitizer. More... about 2 months ago
Remove Ubuntu 20.04 (to be discontinued by the github) and add 24.04. More... 2 months ago
Update elperiodic to the latest version. More... 2 months ago
Re-gen. More... 2 months ago
Add job to package and upload a release when release tag is created. More... 2 months ago
Filter unknown platforms. More... 4 months ago
Handle failure to allocate reply buffer in subc processing path gracefully. More... 4 months ago
Bump clang to the latest. More... 5 months ago
If get_jstats() returns 0 which means no stats available yet, clean out the stats structure. More... 5 months ago
When allocating a new port with the N modifier, take into a consideration direction flag, and use a different IP address if necessary. More... 5 months ago
Pull DOCKR_BASE first. More... 8 months ago
Handle tags correctly. More... 8 months ago
Re-gen. More... 8 months ago
Fix logic inversion that can lead to the out-of-the-bounds write and subsequent corryption of the refcounter, causing memory leak with oss-fuzz. More... 8 months ago
Verify that the refcounter has a correct value after command run. More... 8 months ago
Add peek() debug method to fetch current counter value for debug purposes. More... 8 months ago
Fix compiler warnings. More... 8 months ago
Set RTPP_DEBUG_refcnt, enable tracing for the cmd->reply->rcnt and check that both cmd->reply and cmd->reply->rcnt are intact after running a test case. This is to debug fuzzer-triggered memory leaks. More... 8 months ago
Allow RTPP_DEBUG_refcnt to be used separately from RTPP_DEBUG. More... 8 months ago
Move functions from fuzz_rtpp_utils.h into its own TUs. More... 8 months ago
Add missing semicolons. More... 8 months ago
Export rtpp_weakref methods. More... 8 months ago
Fix warning. More... 8 months ago
Fix a race condition still present between destruction of the stream and the execution of the timer, which might lead to us trying to do use-afrer-free. Solve it hopefully by saving the stream uid and resolving that into a stream on as needed basis. More... 8 months ago
Move reply before after_success array, so if we for some reason overflow the latter that would trigger asan and not just trash reply. More... 8 months ago
Add a passive DTLS session too. More... 8 months ago
Don't just grab bunch of references at various levels to schedule a timer. This leads of a bunch of circular references all over the place. Instead, let timer grab reference to us and only us and provide upper layer(s) an API to notify us about destruction, so that timer can be cancelled and rtpp_dtls_conn() deallocated in the due course. More... 8 months ago