Markus Elfring

Results 794 issues of Markus Elfring

Would you like to add more error handling for return values from functions like the following? * [fprintf](https://pubs.opengroup.org/onlinepubs/9799919799/functions/fprintf.html "Print formatted output.") ⇒ [save_address](https://github.com/avahi/avahi/blob/6d801ab52fd10aa6a204152b5d69aea62eef5028/avahi-autoipd/main.c#L265) * [pthread_mutex_init](https://pubs.opengroup.org/onlinepubs/9799919799/functions/pthread_mutex_init.html "Initialize a mutex.") ⇒ [avahi_threaded_poll_new](https://github.com/avahi/avahi/blob/6d801ab52fd10aa6a204152b5d69aea62eef5028/avahi-common/thread-watch.c#L86)

bug

Would you like to add more error handling for return values from functions like the following? * [calloc](https://pubs.opengroup.org/onlinepubs/9799919799/functions/calloc.html "Memory allocation") ⇒ [SetupXAttrList](https://github.com/ColumPaget/Hashrat/blob/10c0432a58ffda78550a2cb07f46878ed8c293fa/xattr.c#L39) * [printf](https://pubs.opengroup.org/onlinepubs/9799919799/functions/printf.html "Print formatted output.") ⇒ [main](https://github.com/ColumPaget/Hashrat/blob/10c0432a58ffda78550a2cb07f46878ed8c293fa/main.c#L166)

:thought_balloon: I find a few implementation details improvable also for the application of SQL commands. Update candidate: https://github.com/PredatH0r/ChanSort/blob/10a53f367fb8065988df18ae42c9269356ba0542/source/ChanSort.Loader.Android/AldenSerializer.cs#L87-L115 Would it be a bit safer to use [SQL parameters](https://learn.microsoft.com/en-gb/dotnet/standard/data/sqlite/parameters "Documentation") instead...

### Is your feature request related to a problem? Please describe. [Extra null pointer checks are not needed](https://isocpp.org/wiki/faq/freestore-mgmt#delete-handles-null "Do I need to check for null before delete p?") in [the...

enhancement