commit | 0be0b11a1d0c4029f362ab368a63bc267065b5bd | [log] [tgz] |
---|---|---|
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | Fri Apr 08 13:48:30 2016 +0200 |
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | Fri Apr 08 13:49:26 2016 +0200 |
tree | 283851ab552469d725506f3ab70ad8a55441b637 | |
parent | e18611710a1bd310e0603de384f12ed2a50c9dbf [diff] |
_asn1_expand_object_id: addressed crash when no value is present is node With a specially crafted ASN.1 description _asn1_expand_object_id, passes a null pointer as p4->value to the function _asn1_str_cat, which expects a pointer to a string. This patch addresses the issue. Reported by Pascal Cuoq.