diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-11-25 14:57:42 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-11-25 14:57:42 -0500 |
commit | a7624ed987f060d0079f7331a9b12ea250c81cd6 (patch) | |
tree | 131f8f6bc6f0a49fc64af8075e138df6b912870a /NEWS | |
parent | 67ea2c9a69598edc6487c4b68942ab7b6bb27ad9 (diff) | |
download | glibc-a7624ed987f060d0079f7331a9b12ea250c81cd6.tar glibc-a7624ed987f060d0079f7331a9b12ea250c81cd6.tar.gz glibc-a7624ed987f060d0079f7331a9b12ea250c81cd6.tar.bz2 glibc-a7624ed987f060d0079f7331a9b12ea250c81cd6.zip |
Fix typo in sys/ptrace.h.
The event code is PTRACE_EVENT_SECCOMP, not PTRAVE_EVENT_SECCOMP.
This patch fixes the V->C typo. There are no ABI issues since the
number remains the same for the code. Code using the old wrong
name will need to be updated.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ Version 2.19 15905, 15909, 15917, 15919, 15921, 15923, 15939, 15948, 15963, 15966, 15985, 15988, 15997, 16032, 16034, 16036, 16037, 16041, 16055, 16071, 16072, 16074, 16078, 16103, 16112, 16143, 16144, 16146, 16150, 16151, - 16153, 16167, 16172. + 16153, 16167, 16172, 16245. * CVE-2012-4412 The strcoll implementation caches indices and rules for large collation sequences to optimize multiple passes. This cache |