[systemd-devel] [PATCH v5] Add sabridge for socket activation of traditional daemons

David Strauss david at davidstrauss.net
Tue Oct 15 16:06:57 PDT 2013


Connection structs were using dirty memory for the buffer offsets,
which were the only struct members not initialized. This had worked
fine in all of my small tests, but under load it was failing terribly.
Using malloc0() causes it to now work with any level of concurrency.


More information about the systemd-devel mailing list