Sebastian Benoit wrote: > Michael McConville([email protected]) on 2015.10.28 12:05:24 -0400: > > Relayd, httpd, and ntpd define the functions get_data() and > > get_string(). Both call calloc and then immediately memcpy. Calloc's > > zeroing isn't optimized out. These functions are called in network > > data paths in at least a couple places, so all this extra writing > > could have a meaningful performance impact. > > in relayd these functions are *not* called in the network path, they > are used when loading the (TLS) configuration data. > > they dont have a performance impact.
I was speaking of all the daemons together. I figured it'd be easiest to just change all instances.
