go-ldap / ldap

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

Revert "fix: Limit maximum BER packet length in `FuzzParseDN` to 6553… #500

Closed cpuschma closed 3 months ago

cpuschma commented 3 months ago

This reverts commit 80095a39 and removes the ASN1 BER memory limitation during fuzzing, since ParseDN has been refactored in ff74b2c561b23d0797d635e132de25d30157917a (#497).