~ubuntu-toolchain/glibc/eglibc-2.10-pkg

« back to all changes in this revision

Viewing changes to patches/ubuntu/submitted-leading-zero-stack-guard.diff

  • Committer: Matthias Klose
  • Date: 2010-01-05 09:40:24 UTC
  • mfrom: (275.1.1 eglibc-2.10-pkg)
  • Revision ID: doko@canonical.com-20100105094024-2g07tp19ayo5cmm1
- merge: Kees Cook 2010-01-04 debian/patches/ubuntu/*: update patch tags on patches recommended

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Description: require that the first byte in the stack guard in a NULL byte.
2
 
Ubuntu: https://bugs.launchpad.net/bugs/413278
3
 
Upstream: http://sourceware.org/bugzilla/show_bug.cgi?id=10149
4
 
Patch: http://sourceware.org/bugzilla/attachment.cgi?id=3933&action=view
 
1
Description: require that the first byte in the stack guard in a NULL byte,
 
2
 to improve mitigation of NULL-terminated string overflows.
 
3
Bug: http://sourceware.org/bugzilla/show_bug.cgi?id=10149
 
4
Bug-Ubuntu: https://bugs.launchpad.net/bugs/413278
 
5
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=563637
 
6
Author: Kees Cook <kees.cook@canonical.com>
5
7
 
6
8
Index: eglibc-2.10.1/sysdeps/unix/sysv/linux/dl-osinfo.h
7
9
===================================================================