1. 14 Apr, 2004 3 commits
    • Anton Blanchard's avatar
      [PATCH] ppc64 signal frame issue · e8c797a8
      Anton Blanchard authored
      Fix a corruption bug, we were copying too much information back off
      the signal frame.
      
      While in the area help with gccs sign extension optimisation problems
      and convert some things to long. (Saves about 30 instructions in signal.c)
      e8c797a8
    • Linus Torvalds's avatar
      Merge http://jfs.bkbits.net/linux-2.5 · e1fdc381
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      e1fdc381
    • Dave Jones's avatar
      [PATCH] isofs buffer overflow fix · 6b4e4b90
      Dave Jones authored
      Merged in 2.4, and various vendor kernels..
      
        iDefense reported a buffer overflow flaw in the ISO9660 filesystem code.
        An attacker could create a malicious filesystem in such a way that they
        could gain root privileges if that filesystem is mounted. The Common
        Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name
        CAN-2004-0109 to this issue.
      
      Ernie Petrides came up with the following patch which I fixed up a slight
      reject in to apply to 2.6. Otherwise, unchanged from the 2.4 patch.
      6b4e4b90
  2. 13 Apr, 2004 37 commits