source: patches/glibc-2.7-i586_chk-2.patch @ 3f79d3c

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 3f79d3c was 3c2b611, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Updated the glibc i586_chk patch and updated it to -2. Thanks Gernot Miksch for catching the mistake in the patch.

  • Property mode set to 100644
File size: 1.3 KB
  • sysdeps/i386/i586/memcpy_chk.S

    Submitted By: Joe Ciccone <jciccone@gmail.com>
    Date: 2008-01-22
    Initial Package Version: 2.7
    Upstream Status: Unknown
    Origin: http://bugs.gentoo.org/show_bug.cgi?id=199479
    Description: Defines memcpy_chk, mempcpy_chk, and memset_chk on i586.
    
    Change made to put the files in sysdeps, mistake caught my Gernot Miksch.
    
    diff -Naur glibc-2.7.orig/sysdeps/i386/i586/memcpy_chk.S glibc-2.7/sysdeps/i386/i586/memcpy_chk.S
    old new  
     1#include <sysdeps/i386/i686/memcpy_chk.S>
  • sysdeps/i386/i586/mempcpy_chk.S

    diff -Naur glibc-2.7.orig/sysdeps/i386/i586/mempcpy_chk.S glibc-2.7/sysdeps/i386/i586/mempcpy_chk.S
    old new  
     1#include <sysdeps/i386/i686/mempcpy_chk.S>
  • sysdeps/i386/i586/memset_chk.S

    diff -Naur glibc-2.7.orig/sysdeps/i386/i586/memset_chk.S glibc-2.7/sysdeps/i386/i586/memset_chk.S
    old new  
     1#include <sysdeps/i386/i686/memset_chk.S>
Note: See TracBrowser for help on using the repository browser.