08 Nov, 2011

1 commit

  • Cause is a misplaced bracket.

    The code

    strlen(buf+1)

    will be two bytes less than

    strlen(buf)+1

    The +1 is in this code to reserve space for an additional space character.

    [ralf@linux-mips.org: Thomas' original patch fixed the issue only for
    Yosemite but the same bug exists also in Emma.]

    Signed-off-by: Thomas Jarosch
    Patchwork: https://patchwork.linux-mips.org/patch/2861/
    Signed-off-by: Ralf Baechle

    Thomas Jarosch
     

04 Aug, 2009

1 commit

  • They tend to get not updated when files are moved around or copied and
    lack any obvious use. While at it zap some only too obvious comments and
    as per Shinya's suggestion, add a copyright header to extable.c.

    Signed-off-by: Ralf Baechle
    Acked-by: Shinya Kuribayashi
    Acked-by: Thadeu Lima de Souza Cascardo

    Ralf Baechle
     

28 Oct, 2008

2 commits