go-ldap / ldap

Basic LDAP v3 functionality for the GO programming language.
Other
2.25k stars 355 forks source link

Fix panics in GetLDAPError #455

Closed TomSellers closed 1 year ago

TomSellers commented 1 year ago

This PR addresses multiple panics in GetLDAPError as described in Issue #453. It does so by checking the response children for the expected tag type before attempting to extract the value. The PR also adds tests that should trigger all three panics if the fix is incorrect.