Silvio Cesare Sat, 08 Jan 2011 18:30:17 -0800
Package: rstatd Version: 4.0.1-3 Severity: minor In ./rstatd_4.0.1/getdata.c: memset(&u, sizeof(u), 0); ... memset(rx[i], sizeof(regex_t), 0); ... memset(s, sizeof(struct statsusers), 0);
The 0 should be the second argument, not the third.