Fix "cli_strdup(): s == NULL" error with clamonacc --wait#984
Fix "cli_strdup(): s == NULL" error with clamonacc --wait#984val-ms merged 1 commit intoCisco-Talos:mainfrom rzvncj:issue433
Conversation
|
Looking at the code, I've seen this sort of thing happening a bit: if (attempt_str) {
free(attempt_str);
}But |
Issue occured when --ping # option was missing. Fixes #443.
|
Is there anything I can do to fix the Windows PR check? I remember it didn't work on my previous (now merged) PR either. |
Nothing you can easily do. I would not be surprised if we need to upgrade to a newer version of the lukka/run-cmake action to get it working again. But the latest version has a different interface and also requires using a Don't worry about it for now. We do additional testing on Windows 10, 7, 32bit, and 64bit on our internal Jenkins and I will verify that all is well there for each PR. And also since this is only touching Clamonacc which doesn't exist for Windows -- even less need to worry. :) |
|
Thank you @rzvncj !!! |
Forgot to reply to this. It's fine to skip NULL checks for |
Happy to help! 👍 |
Issue occured when --ping # option was missing.
Fixes #443.