diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2018-12-08 10:46:59 -0800 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2018-12-08 10:51:36 -0800 |
commit | b93f4052fc171f456c8f594d4ae4aeb02ec5b3b6 (patch) | |
tree | cfc74f0a6811da3329a928b007622ae5b10c111f /ChangeLog | |
parent | 7c9a7c68363051cfc5fa1ebb96b3b2c1f82dcb76 (diff) | |
download | glibc-b93f4052fc171f456c8f594d4ae4aeb02ec5b3b6.tar.gz glibc-b93f4052fc171f456c8f594d4ae4aeb02ec5b3b6.tar.xz glibc-b93f4052fc171f456c8f594d4ae4aeb02ec5b3b6.zip |
Fix potential stack overflow [BZ #23490]
Since we are expecting the exact "IBT" string, adjust stack buffer size and scanf format accordingly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7c4b061ec5..03cbe04ddb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-12-08 Paul Pluzhnikov <ppluzhnikov@google.com> + + [BZ #23490] + * sysdeps/unix/sysv/linux/x86/tst-cet-property-2.c + (do_test): Adjust buffer size and fix format. + 2018-12-07 DJ Delorie <dj@redhat.com> [BZ #23907] |