6
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reverse order of SSL_free() and BIO_meth_free(): the latter evaluates to just free(), while the former involves complex processing that also references content of the biomet, which would be freed by the BIO_meth_free() (e.g. use-after-free). More... over 1 year ago
Reduce useless verbosity when fuzzing RTP channel. More... over 1 year ago
Keep CFLAGS as given to us. More... over 1 year ago
Define APT_UPDATE. More... over 1 year ago
Build cryptobits statically. More... over 1 year ago
Modernize (pull from FreeBSD 13.2). More... over 1 year ago
Change default symbol visibility to "hidden" and mark function that are shared with "default". Eliminate the need to use --whole-archive. Remove superfluous includes. More... over 1 year ago
Make rtpp_module_if_ctor() weak in the librtpproxy. More... over 1 year ago
Move rtpp_rlim_max() along with the other functions accessing rtpp_cfg.nofile member. More... over 1 year ago
Bump sndfile to 1.2.2. More... over 1 year ago
Move build dependencies into /tmp/deps, so that they don't screw up the build. More... over 1 year ago
Eliminate Wdeprecated-non-prototype warning on linux. More... over 1 year ago
Enable subdir-objects, fix fallout. More... over 1 year ago
Pull rtpp_sbuf class into the main sources and adjust to play well with memdeb. More... over 1 year ago
Re-gen. More... over 1 year ago
Use rtpp_sbuf to eliminate use of the asprintf, which does not play ball with the asan. More... over 1 year ago
Move some common XYZ_DIR=$(top_srcdir)/... definitions into a central location. More... over 1 year ago
Make build less verbose. More... over 1 year ago
Set use_value_profile=1 for all and detect_leaks=0 for fuzz_rtp_session. More... over 1 year ago
fuzz_rtp_session.setup is not copied into the fuzzing env, so that embed it into our fuzzer binary instead. More... over 1 year ago
Re-gen. More... over 1 year ago
Check if [[maybe_unused]] is supported and mark variables that are only used in the debug path as such. More... over 1 year ago
Check that refcnt makes sense in the rtpp_refcnt_decref(). More... over 1 year ago
Properly increase refcounter before handing packet over to the handleat() method. More... over 1 year ago
Make sure we don't overflow RTP buffer. More... over 1 year ago
Fix order of deallocations. More... over 1 year ago
Use secrets.GITHUB_TOKEN. More... over 1 year ago
Re-gen. More... over 1 year ago
Add --enable-docs option to enable documentation explicitly. It upsets codeql. More... over 1 year ago
Create codeql.yml More... over 1 year ago