[LTP] [PATCH v2 0/3] ltp: new test for crypto_user information leak	bug
    Eric Biggers 
    ebiggers@kernel.org
       
    Tue Dec 11 07:03:14 CET 2018
    
    
  
This series adds a test for an information leak bug in the crypto user
configuration API which was recently fixed.
Changed since v1:
  - Check all attributes, not just the first of each type
  - Work around dependency bug in old kernel headers
  - Rename __check_for_leaks() to do_check_for_leaks()
  - Use SPDX license identifier
Eric Biggers (3):
  lapi/cryptouser.h: add more declarations
  tst_netlink: inline functions in header
  crypto/crypto_user01.c: new test for information leak bug
 include/lapi/cryptouser.h               |  73 +++++++++
 include/tst_netlink.h                   |  11 +-
 runtest/crypto                          |   1 +
 runtest/cve                             |   2 +
 testcases/kernel/crypto/.gitignore      |   1 +
 testcases/kernel/crypto/crypto_user01.c | 195 ++++++++++++++++++++++++
 6 files changed, 278 insertions(+), 5 deletions(-)
 create mode 100644 testcases/kernel/crypto/crypto_user01.c
-- 
2.19.2
    
    
More information about the ltp
mailing list