Clementine-audio-player-Mac.../src/musicbrainz
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
..
acoustidclient.cpp Reformat all C++ 2020-09-22 14:56:06 +01:00
acoustidclient.h Reformat all C++ 2020-09-22 14:56:06 +01:00
chromaprinter.cpp Fix sentinels in variadic function calls 2021-08-23 21:33:46 +01:00
chromaprinter.h Reformat all C++ 2020-09-22 14:56:06 +01:00
musicbrainzclient.cpp MusicBrainzClient: Log message for malformed XML in reply 2021-05-18 12:13:10 +01:00
musicbrainzclient.h Reformat all C++ 2020-09-22 14:56:06 +01:00
tagfetcher.cpp Fix incorrect use of QFutureWatcher 2021-07-14 10:18:15 +01:00
tagfetcher.h Reformat all C++ 2020-09-22 14:56:06 +01:00