diff options
author | Andreas Jaeger <aj@suse.de> | 2012-03-07 08:55:31 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-03-07 08:55:31 +0100 |
commit | 580716898d5e80784f1993a0129d1b821bc6e3bf (patch) | |
tree | c346faaab5b1f4005f3c0dd8f16ba701a30ad541 /sysdeps/unix/sysv/linux/dl-osinfo.h | |
parent | 625d134f42d65ebc0349c03a0d9592400e86d084 (diff) | |
parent | 3bd2c723160f04b1c151daffb8f6596dbd633f5e (diff) | |
download | glibc-580716898d5e80784f1993a0129d1b821bc6e3bf.tar.gz glibc-580716898d5e80784f1993a0129d1b821bc6e3bf.tar.xz glibc-580716898d5e80784f1993a0129d1b821bc6e3bf.zip |
Merge branch 'master' into bug13658-branch
Diffstat (limited to 'sysdeps/unix/sysv/linux/dl-osinfo.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/dl-osinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/dl-osinfo.h b/sysdeps/unix/sysv/linux/dl-osinfo.h index 874660be13..780b20ab6a 100644 --- a/sysdeps/unix/sysv/linux/dl-osinfo.h +++ b/sysdeps/unix/sysv/linux/dl-osinfo.h @@ -84,8 +84,8 @@ _dl_setup_stack_chk_guard (void *dl_random) return ret.num; } # endif - ret.bytes[filllen - 2] = 255; - ret.bytes[filllen - 3] = '\n'; + ret.bytes[filllen] = 255; + ret.bytes[filllen - 1] = '\n'; } else #endif |