pipewire/src
Wim Taymans 6d3122c1b1 sap: avoid reading past the end of the string
parse_sdp_a_rtpmap used c += strlen(c) + 1 to skip past the MIME type to the
rate/channels part, but if the a=rtpmap: line had no / separator, strcspn
returned the full string length and the +1 advanced past the null terminator.

Fix this by checking if / was actually found, returning -EINVAL if not.
2026-05-08 11:57:07 +02:00
..
daemon filter-graph: remove the pipe filter 2026-05-08 10:16:12 +02:00
examples impl-node: accept more node.passive values 2026-03-12 17:25:36 +01:00
gst gst: fix crop height typo in pipewiresink do_send_buffer 2026-04-21 20:19:24 +01:00
modules sap: avoid reading past the end of the string 2026-05-08 11:57:07 +02:00
pipewire context: add library.use-fallback option 2026-05-08 09:57:52 +02:00
tests treewide: make more file descriptors cloexec 2026-05-04 19:48:41 +02:00
tools fix some allocation failures 2026-05-04 14:18:31 +02:00
meson.build meson.build: fix compile with -Dexamples=disabled 2023-11-28 10:18:25 +00:00