Update git submodules

* Update keystone from branch 'master'
  to 099b0f588f754d6194eb0e3dcca6d9d5ff30de42
  - Merge "[PooledLDAPHandler] Ensure result3() invokes message.clean()"
  - [PooledLDAPHandler] Ensure result3() invokes message.clean()
    
    result3 does not invoke message.clean() when an exception is thrown
    by `message.connection.result3()` call, causing pool connection
    associated with the message to be marked active forever. This causes
    a denial-of-service on ldappool.
    
    The fix ensures message.clean() is invoked by wrapping the offending
    call in try-except-finally and putting the message.clean() in finally
    block.
    
    Closes-Bug: #1998789
    
    Change-Id: I59ebf0fa77391d49b2349e918fc55f96318c42a6
    Signed-off-by: Mustafa Kemal Gilor <mustafa.gilor@canonical.com>
This commit is contained in:
Zuul 2023-02-23 21:39:43 +00:00 committed by Gerrit Code Review
parent 364bad7a05
commit 60cca4305d
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 420f4ff46da106b67912cecdff939f5dc0b079d0
Subproject commit 099b0f588f754d6194eb0e3dcca6d9d5ff30de42