openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
rtpproxy
Settings
|
Report Duplicate
6
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Very Low Activity
Commits
: Listings
Analyzed
about 11 hours
ago. based on code collected
about 22 hours
ago.
May 05, 2024 — May 05, 2025
Showing page 1 of 8
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Use env.DOCKER_RW in the if statements correctly.
Maksym Sobolyev
More...
5 days ago
Re-gen.
Maksym Sobolyev
More...
14 days ago
@LIBS_ELPERIODIC@ needs to be included even if BUILD_ELPERIODIC is not set.
Maksym Sobolyev
More...
14 days ago
Patch issue in the openssl that might cause false positive running sanitizer.
Maksym Sobolyev
More...
about 2 months ago
Remove Ubuntu 20.04 (to be discontinued by the github) and add 24.04.
Maksym Sobolyev
More...
2 months ago
Update elperiodic to the latest version.
Maksym Sobolyev
More...
2 months ago
Re-gen.
Maksym Sobolyev
More...
2 months ago
Add job to package and upload a release when release tag is created.
Maksym Sobolyev
More...
2 months ago
Filter unknown platforms.
Maksym Sobolyev
More...
4 months ago
Handle failure to allocate reply buffer in subc processing path gracefully.
Maksym Sobolyev
More...
4 months ago
Bump clang to the latest.
Maksym Sobolyev
More...
5 months ago
If get_jstats() returns 0 which means no stats available yet, clean out the stats structure.
Maksym Sobolyev
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.
Maksym Sobolyev
More...
5 months ago
Pull DOCKR_BASE first.
Maksym Sobolyev
More...
8 months ago
Handle tags correctly.
Maksym Sobolyev
More...
8 months ago
Re-gen.
Maksym Sobolyev
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.
Maksym Sobolyev
More...
8 months ago
Verify that the refcounter has a correct value after command run.
Maksym Sobolyev
More...
8 months ago
Add peek() debug method to fetch current counter value for debug purposes.
Maksym Sobolyev
More...
8 months ago
Fix compiler warnings.
Maksym Sobolyev
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.
Maksym Sobolyev
More...
8 months ago
Allow RTPP_DEBUG_refcnt to be used separately from RTPP_DEBUG.
Maksym Sobolyev
More...
8 months ago
Move functions from fuzz_rtpp_utils.h into its own TUs.
Maksym Sobolyev
More...
8 months ago
Add missing semicolons.
Maksym Sobolyev
More...
8 months ago
Export rtpp_weakref methods.
Maksym Sobolyev
More...
8 months ago
Fix warning.
Maksym Sobolyev
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.
Maksym Sobolyev
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.
Maksym Sobolyev
More...
8 months ago
Add a passive DTLS session too.
Maksym Sobolyev
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.
Maksym Sobolyev
More...
8 months ago
←
1
2
3
4
5
6
7
8
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree