Control: tag -1 confirmed

Michael Shuler <mich...@pbandjelly.org> (2013-09-25):
> --- ifmetric-0.3/debian/changelog
> +++ ifmetric-0.3/debian/changelog
> @@ -1,3 +1,10 @@
> +ifmetric (0.3-2+deb7u1) stable; urgency=low
> +
> +  * Add patch to fix "NETLINK: Packet too small or truncated!" error.
> +    Thanks to Benedek László for the patch.  Closes: #514197, LP: #896584
> +
> + -- Michael Shuler <mich...@pbandjelly.org>  Mon, 23 Sep 2013 09:04:32 -0500
> +
>  ifmetric (0.3-2) unstable; urgency=low
>  
>    * debian/control: bump standards-version (no changes).
> only in patch2:
> unchanged:
> --- ifmetric-0.3.orig/src/nlrequest.c
> +++ ifmetric-0.3/src/nlrequest.c
> @@ -44,7 +44,7 @@
>  
>      for (;;) {
>          int bytes;
> -        char replybuf[2048];
> +        char replybuf[4096];
>          struct nlmsghdr *p = (struct nlmsghdr *) replybuf;
>          
>          if ((bytes = recv(s, &replybuf, sizeof(replybuf), 0)) < 0) {

Is it certain 4096 is enough, or will we hit this again in the future?

Anyway, the stable diff looks sane enough (especially given the diff
between 0.3-2 and 0.3-3 ;)).

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature

Reply via email to