URL: https://github.com/SSSD/sssd/pull/392 Title: #392: GPO: Don't use freed LDAPURLDesc if domain for AD DC cannot be found
lslebodn commented: """ On (21/09/17 12:13), Jakub Hrozek wrote:
Since this is use-after-free and the only affected place is a DEBUG message and even for the affected customer, the issue didn't cause a crash, the test would be sanity only, but otherwise I guess not too complex.
If you are 100% sure that it is issue only in debug message then we needn't have ticket for it. It was not clear from commit message and I didn't try to dive to to details.
Based on commit message, I had an assumption that consequences of use-after-free are little bit worse. Feel free to update commit message an push. Use-after-free errors usually deserve test, but it does not worth check garbage in debug message.
LS
"""
See the full comment at https://github.com/SSSD/sssd/pull/392#issuecomment-331165778