+moreutils (0.35) UNRELEASED; urgency=low
+
+ * ifdata: Don't assume that all interface names are 6 characters or less,
+ for instance "wmaster0" is longer. Increase the limit to 20 characters.
+ Closes: #526654 (Thanks, Alan Pope)
+
+ -- Joey Hess <joeyh@debian.org> Sat, 02 May 2009 20:40:23 -0400
+
moreutils (0.34) unstable; urgency=low
* vipe: Avoid dying on empty input. Thanks, Anders Kaseorg
do {
int items = fscanf(fd,
- " %6[^:]:%llu %llu %llu %llu %llu %llu %llu %llu "
+ " %20[^:]:%llu %llu %llu %llu %llu %llu %llu %llu "
"%llu %llu %llu %llu %llu %llu %llu %llu",
name,
&ifstat->in_bytes, &ifstat->in_packets,