Clementine-audio-player-Mac.../src/devices
Ismael Luceno 8682d4de48 Fix sentinels in variadic function calls
Replace sentinel NULL with nullptr, guaranteed to be correctly expanded.

NULL may be defined as plain 0 in C++; which may lead to undefined upper
bits passed in variadic function arguments, causing crashes.

See: https://ewontfix.com/11/
2021-08-23 21:33:46 +01:00
..
cddadevice.cpp Fixes from code review for PR #7037 2021-06-21 12:51:44 +01:00
cddadevice.h clang-format 2021-06-30 22:05:18 +01:00
cddalister.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
cddalister.h gstreamer-cdda is in gst-plugins-base in 1.0 and has a different header name. 2014-09-22 22:28:53 +10:00
cddasongloader.cpp Fix sentinels in variadic function calls 2021-08-23 21:33:46 +01:00
cddasongloader.h Device change watchdog timer no longer freezes main thread while CddaSongLoader is active. 2021-06-21 12:51:44 +01:00
connecteddevice.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
connecteddevice.h No exceptions for error handling! ConnectedDevice::Init now returns bool, indicating success or failure. 2021-06-21 12:51:44 +01:00
devicedatabasebackend.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
devicedatabasebackend.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
deviceinfo.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
deviceinfo.h devices: Remove obsolete DeviceKit. 2021-05-06 20:52:33 +01:00
devicelister.cpp devices: Fix guessed icons in DeviceIcons 2021-05-01 20:37:01 +01:00
devicelister.h devices: Fix guessed icons in DeviceIcons 2021-05-01 20:37:01 +01:00
devicemanager.cpp Fix use of emit 2021-07-14 10:18:47 +01:00
devicemanager.h Dealing with cdio_open failures in CddaDevice constructor 2021-06-21 12:51:44 +01:00
deviceproperties.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
deviceproperties.h Fix memory leak and use ItemToIndex / IndexToItem (#6262) 2019-01-21 21:38:46 +00:00
deviceproperties.ui Make the BusyIndicator contain a label too 2011-08-27 15:03:04 +01:00
devicestatefiltermodel.cpp Reformat all non-3rd-party C/C++/Objective-C++. 2014-02-07 16:34:20 +01:00
devicestatefiltermodel.h Reformat all C++ 2020-09-22 14:56:06 +01:00
deviceview.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
deviceview.h Fix memory leak and use ItemToIndex / IndexToItem (#6262) 2019-01-21 21:38:46 +00:00
deviceviewcontainer.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
deviceviewcontainer.h Use nullptr as parent parameter default everywhere 2014-02-10 16:03:54 +01:00
deviceviewcontainer.ui Show a message in the Devices pane on Windows to say that most devices won't work. Fixes #4059 2014-01-05 11:32:07 +11:00
filesystemdevice.cpp No exceptions for error handling! ConnectedDevice::Init now returns bool, indicating success or failure. 2021-06-21 12:51:44 +01:00
filesystemdevice.h No exceptions for error handling! ConnectedDevice::Init now returns bool, indicating success or failure. 2021-06-21 12:51:44 +01:00
giolister.cpp giolister: Don't include invalid mountpoint url 2020-12-06 12:59:50 +00:00
giolister.h devices: Fix guessed icons in DeviceIcons 2021-05-01 20:37:01 +01:00
gpoddevice.cpp No exceptions for error handling! ConnectedDevice::Init now returns bool, indicating success or failure. 2021-06-21 12:51:44 +01:00
gpoddevice.h Add override 2021-06-30 22:05:18 +01:00
gpodloader.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
gpodloader.h Reformat all C++ 2020-09-22 14:56:06 +01:00
macdevicelister.h Reformat all C++ 2020-09-22 14:56:06 +01:00
macdevicelister.mm Reformat all C++ 2020-09-22 14:56:06 +01:00
mtpconnection.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
mtpconnection.h Reformat all C++ 2020-09-22 14:56:06 +01:00
mtpdevice.cpp No exceptions for error handling! ConnectedDevice::Init now returns bool, indicating success or failure. 2021-06-21 12:51:44 +01:00
mtpdevice.h Add override 2021-06-30 22:05:18 +01:00
mtploader.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
mtploader.h Reformat all C++ 2020-09-22 14:56:06 +01:00
udisks2lister.cpp Fix use of emit 2021-07-14 10:18:47 +01:00
udisks2lister.h Reformat all C++ 2020-09-22 14:56:06 +01:00