Comment 1 for bug 710680

Revision history for this message
Andy Whitcroft (apw) wrote :

The commit below is the upstream fix for this:

  commit 0597d1b99fcfc2c0eada09a698f85ed413d4ba84
  Author: Oliver Hartkopp <email address hidden>
  Date: Wed Nov 10 12:10:30 2010 +0000

    can-bcm: fix minor heap overflow

    On 64-bit platforms the ASCII representation of a pointer may be up to 17
    bytes long. This patch increases the length of the buffer accordingly.

    http://marc.info/?l=linux-netdev&m=128872251418192&w=2

    Reported-by: Dan Rosenberg <email address hidden>
    Signed-off-by: Oliver Hartkopp <email address hidden>
    CC: Linus Torvalds <email address hidden>
    Signed-off-by: David S. Miller <email address hidden>