diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-04-17 12:11:58 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-04-17 12:11:58 -0700 |
commit | 328c44c3670ebf6c1bd790acddce65a12998cd6c (patch) | |
tree | 2f90e586472eb62163d4340df5fa5060e7aee1b1 /ChangeLog | |
parent | aa4980fc31e9ce176fe954bd0f29bcd65a61556a (diff) | |
download | glibc-328c44c3670ebf6c1bd790acddce65a12998cd6c.tar glibc-328c44c3670ebf6c1bd790acddce65a12998cd6c.tar.gz glibc-328c44c3670ebf6c1bd790acddce65a12998cd6c.tar.bz2 glibc-328c44c3670ebf6c1bd790acddce65a12998cd6c.zip |
Fuller check for invalid NSID in _dl_open.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2015-04-17 Roland McGrath <roland@hack.frob.com> + + * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace + check. Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1, + before using NSID as an index. + 2015-04-17 Il'ya Malakhov <ilmalakhov@yandex.ru> [BZ #17825] |