https://bugs.openldap.org/show_bug.cgi?id=9440
Issue ID: 9440 Summary: null ptr dereference in error message for invalid generic control value Product: OpenLDAP Version: unspecified Hardware: All OS: All Status: UNCONFIRMED Severity: normal Priority: --- Component: client tools Assignee: bugs@openldap.org Reporter: grapvar@gmail.com Target Milestone: ---
Created attachment 787 --> https://bugs.openldap.org/attachment.cgi?id=787&action=edit fix
$ ldapmodify -e 1.2.3.4=xxx Unable to parse value of general control (null)
Trailing `(null)' is not what expected. Fix attached. After fix:
Unable to parse value `xxx' of general control `1.2.3.4'