diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2015-02-06 12:59:37 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-02-06 12:59:37 -0500 |
commit | ebda2f17ffc735f7daa67f752ec454b3f305e392 (patch) | |
tree | a4361d374386b6ea828e9d9c3d09975e4044004a | |
parent | 46d54873c379cb1a3acc501587a5bc22c0767b38 (diff) | |
download | glibc-ebda2f17ffc735f7daa67f752ec454b3f305e392.tar glibc-ebda2f17ffc735f7daa67f752ec454b3f305e392.tar.gz glibc-ebda2f17ffc735f7daa67f752ec454b3f305e392.tar.bz2 glibc-ebda2f17ffc735f7daa67f752ec454b3f305e392.zip |
NEWS: Fix spelling.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ Version 2.21 * CVE-2104-7817 The wordexp function could ignore the WRDE_NOCMD flag under certain input conditions resulting in the execution of a shell for - command substitution when the applicaiton did not request it. The + command substitution when the application did not request it. The implementation now checks WRDE_NOCMD immediately before executing the shell and returns the error WRDE_CMDSUB as expected. |