| .. |
|
module-adapter
|
|
|
|
module-avb
|
modules: loop_add_io with close=true owns the fd
|
2026-05-06 11:57:51 +02:00 |
|
module-client-device
|
core: use %u format specifier for uint32_t IDs
|
2026-04-16 08:54:15 +00:00 |
|
module-client-node
|
modules: make sure we don't deref potential NULL
|
2026-05-05 16:39:27 +02:00 |
|
module-jack-tunnel
|
jack: dlclose on errors
|
2026-05-04 13:20:00 +02:00 |
|
module-metadata
|
|
|
|
module-netjack2
|
netjack2: do some sanity checks on the MTU
|
2026-05-04 10:13:44 +02:00 |
|
module-profiler
|
|
|
|
module-protocol-native
|
treewide: make more file descriptors cloexec
|
2026-05-04 19:48:41 +02:00 |
|
module-protocol-pulse
|
pulse-server: handle strdup error
|
2026-05-05 14:54:43 +02:00 |
|
module-raop
|
raop: handle allocation error and avoid crash later
|
2026-05-04 13:46:09 +02:00 |
|
module-roc
|
|
|
|
module-rt
|
|
|
|
module-rtp
|
rtp: fix ringbuffer overflow check
|
2026-05-04 10:26:30 +02:00 |
|
module-sendspin
|
security: replace unsafe atoi() with validated parsing in websocket
|
2026-04-28 12:14:36 +02:00 |
|
module-session-manager
|
core: use %u format specifier for uint32_t IDs
|
2026-04-16 08:54:15 +00:00 |
|
module-vban
|
vban: don't write too large midi packets
|
2026-05-04 09:56:30 +02:00 |
|
spa
|
|
|
|
zeroconf-utils
|
zeroconf: check for NULL before doing strdup
|
2026-05-05 18:17:42 +02:00 |
|
flatpak-utils.h
|
|
|
|
meson.build
|
module-avb: check ptp management socket periodically
|
2026-05-03 09:49:22 +02:00 |
|
module-access.c
|
security: add missing NULL checks and fix error handling in modules
|
2026-04-30 18:38:32 +02:00 |
|
module-adapter.c
|
core: use %u format specifier for uint32_t IDs
|
2026-04-16 08:54:15 +00:00 |
|
module-avb.c
|
|
|
|
module-client-device.c
|
core: use %u format specifier for uint32_t IDs
|
2026-04-16 08:54:15 +00:00 |
|
module-client-node.c
|
|
|
|
module-combine-stream.c
|
modules: handle allocation errors gracefully
|
2026-05-05 13:10:21 +02:00 |
|
module-echo-cancel.c
|
modules: handle allocation error of properties
|
2026-05-05 16:34:15 +02:00 |
|
module-example-filter.c
|
fix capture rate assignment using logical NOT instead of copy
|
2026-04-30 18:38:26 +02:00 |
|
module-example-sink.c
|
|
|
|
module-example-source.c
|
|
|
|
module-fallback-sink.c
|
|
|
|
module-ffado-driver.c
|
modules: handle allocation errors gracefully
|
2026-05-05 13:10:21 +02:00 |
|
module-filter-chain.c
|
filter-chain: limit the number of graph in/out
|
2026-05-01 12:29:12 +02:00 |
|
module-jack-tunnel.c
|
jack-tunnel: pass bytes to jack_to_midi
|
2026-05-04 13:51:55 +02:00 |
|
module-jackdbus-detect.c
|
JSON: use the json builder instead of memstream and fprintf
|
2026-04-30 13:23:23 +02:00 |
|
module-link-factory.c
|
core: use %u format specifier for uint32_t IDs
|
2026-04-16 08:54:15 +00:00 |
|
module-loopback.c
|
fix capture rate assignment using logical NOT instead of copy
|
2026-04-30 18:38:26 +02:00 |
|
module-metadata.c
|
core: use %u format specifier for uint32_t IDs
|
2026-04-16 08:54:15 +00:00 |
|
module-netjack2-driver.c
|
netjack2: limit period_size to quantum_limit
|
2026-05-06 11:57:52 +02:00 |
|
module-netjack2-manager.c
|
netjack2: go to the right error label
|
2026-05-05 17:14:02 +02:00 |
|
module-parametric-equalizer.c
|
JSON: use the json builder instead of memstream and fprintf
|
2026-04-30 13:23:23 +02:00 |
|
module-pipe-tunnel.c
|
modules: handle allocation errors
|
2026-05-01 12:29:54 +02:00 |
|
module-portal.c
|
|
|
|
module-profiler.c
|
core: use %u format specifier for uint32_t IDs
|
2026-04-16 08:54:15 +00:00 |
|
module-protocol-native.c
|
protocol-native: close fd and unset env in all cases
|
2026-05-05 17:09:12 +02:00 |
|
module-protocol-pulse.c
|
security: add total sample cache size limit in PulseAudio protocol
|
2026-04-29 16:39:57 +02:00 |
|
module-protocol-simple.c
|
modules: loop_add_io with close=true owns the fd
|
2026-05-06 11:57:51 +02:00 |
|
module-pulse-tunnel.c
|
security: add missing NULL checks and fix error handling in modules
|
2026-04-30 18:38:32 +02:00 |
|
module-raop-discover.c
|
JSON: use the json builder instead of memstream and fprintf
|
2026-04-30 13:23:23 +02:00 |
|
module-raop-sink.c
|
raop: avoid division by 0
|
2026-05-04 12:26:08 +02:00 |
|
module-roc-sink.c
|
modules: handle allocation errors
|
2026-05-01 12:29:54 +02:00 |
|
module-roc-source.c
|
modules: handle allocation errors
|
2026-05-01 12:29:54 +02:00 |
|
module-rt.c
|
security: add missing NULL checks and fix error handling in modules
|
2026-04-30 18:38:32 +02:00 |
|
module-rtp-sap.c
|
rtp-sap: handle uninitialized avail
|
2026-05-06 11:57:52 +02:00 |
|
module-rtp-session.c
|
modules: loop_add_io with close=true owns the fd
|
2026-05-06 11:57:51 +02:00 |
|
module-rtp-sink.c
|
|
|
|
module-rtp-source.c
|
modules: loop_add_io with close=true owns the fd
|
2026-05-06 11:57:51 +02:00 |
|
module-scheduler-v1.c
|
scheduler: make nodes move to IDLE when inactive
|
2026-04-14 14:28:29 +02:00 |
|
module-sendspin-recv.c
|
modules: handle some more allocation errors
|
2026-05-05 14:14:52 +02:00 |
|
module-sendspin-send.c
|
modules: handle some more allocation errors
|
2026-05-05 14:14:52 +02:00 |
|
module-session-manager.c
|
|
|
|
module-snapcast-discover.c
|
modules: handle allocation errors gracefully
|
2026-05-05 13:10:21 +02:00 |
|
module-spa-device-factory.c
|
core: use %u format specifier for uint32_t IDs
|
2026-04-16 08:54:15 +00:00 |
|
module-spa-device.c
|
|
|
|
module-spa-node-factory.c
|
modules: avoid useless props copy
|
2026-05-05 14:15:44 +02:00 |
|
module-spa-node.c
|
|
|
|
module-vban-recv.c
|
vban: limit the stream_name
|
2026-05-06 11:57:52 +02:00 |
|
module-vban-send.c
|
|
|
|
module-x11-bell.c
|
|
|
|
module-zeroconf-discover.c
|
modules: handle allocation errors
|
2026-05-01 12:29:54 +02:00 |
|
network-utils.h
|
network-utils: pw_net_are_addresses_equal() function
|
2026-03-30 23:45:33 +02:00 |