pulseaudio/src/modules/dbus
Kamil Rytarowski 93cccdee8d core, pulse, modules: Fix undefined behavior with array subscript of invalid type
From the NetBSD manual:

     The first argument of these functions is of type int, but only a very
     restricted subset of values are actually valid.  The argument must either
     be the value of the macro EOF (which has a negative value), or must be a
     non-negative value within the range representable as unsigned char.
     Passing invalid values leads to undefined behavior.

     --  ctype(3)
2015-12-08 08:56:07 +05:30
..
iface-card-profile.c dbus: Add card profile availability info to API 2015-10-19 10:57:35 +02:00
iface-card-profile.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-card.c dbus: Add card profile availability info to API 2015-10-19 10:57:35 +02:00
iface-card.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-client.c dbus: Use hooks for client proplist changes 2015-04-02 16:08:00 +02:00
iface-client.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-core.c core, pulse, modules: Fix undefined behavior with array subscript of invalid type 2015-12-08 08:56:07 +05:30
iface-core.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-device-port.c make availability of ports visible over dbus 2015-10-19 11:02:44 +02:00
iface-device-port.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-device.c dbus: Use hooks for sink and source events 2015-04-02 16:08:26 +02:00
iface-device.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-memstats.c update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-memstats.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-module.c dbus: Use hooks for module proplist changes 2015-05-21 10:24:52 +02:00
iface-module.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-sample.c dbus: Use hook for sample cache proplist changes 2015-05-21 10:20:35 +02:00
iface-sample.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
iface-stream.c dbus: Use state changed hook for sink-input and source-output rate changes 2015-04-02 16:09:16 +02:00
iface-stream.h update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
module-dbus-protocol.c Revert "Warn on loading module-dbus-protocol" 2015-05-21 10:25:29 +02:00