Willy Tu
Willy Tu
Explicitly include str_cat.h for StrCat to make sure there are no build failures. After building to https://github.com/abseil/abseil-cpp/commit/9e1789ffea47fdeb3133aa42aa9592f3673fb6ed for abseil-cpp, the grpc repo won't build due to missing StrCat definition. Include...
Initlize inst->stateFile to NULL to prevent it from having invalid address. When running with ASAN on it will hit the following error. ``` $ /tmp/rsyslogd -n -iNONE AddressSanitizer:DEADLYSIGNAL ================================================================= ==8588==ERROR:...
Move the worker clean ups to afterRun to make sure that nothing can interrupte it. It has no functionality differences from before. Also removed duplicate listener when root_inst is NULL....
### Expected behavior When killing the rsyslogd, it shouldn't have memory leaks. ### Actual behavior ASAN hitting memory leaks. ``` Direct leak of 128 byte(s) in 1 object(s) allocated from:...
We want a clear association between the dbus object that the EntityManager probed from so that we have a simple way to lookup the entity manager dbus object from the...