add gcc_plugin to code formatter and run it

This commit is contained in:
hexcoder-
2019-10-19 16:19:46 +02:00
parent 230c135d4e
commit 8a78637719
13 changed files with 509 additions and 416 deletions

View File

@ -683,10 +683,12 @@ u8 save_if_interesting(char** argv, void* mem, u32 len, u8 fault) {
#endif /* ^!SIMPLE_FILES */
++unique_crashes;
if (infoexec) // if the user wants to be informed on new crashes - do that
if (infoexec) // if the user wants to be informed on new crashes - do
// that
if (system(infoexec) == -1)
hnb += 0; // we dont care if system errors, but we dont want a compiler warning either
hnb += 0; // we dont care if system errors, but we dont want a
// compiler warning either
last_crash_time = get_cur_time();
last_crash_execs = total_execs;