On Tuesday, June 13, 2017 10:25:59 AM CEST Philipp Psurek wrote:
The output of
snprintf(path_buff, PATH_BUFF_LEN, SYS_ROUTING_ALGO_FMT, iface_dir->d_name)
in sys.c can be between 34 and 289 bytes and should not write into a destination of size 200.
Signed-off-by: Philipp Psurek philipp.psurek@gmail.com
I've picked this one, but increased the size to 400 to be a bit more future proof. :)
Thanks, Simon