wireshark/epan/dissectors/asn1/cms
Роман Донченко 2f096100f5 cms: don't assert if eContent fails to be dissected
If eContent is not an octet string, content_tvb will be null, and
attempting to use it will trigger an assertion. Besides ill-formed
files, this can also occur in old-style PKCS #7 files, since in PKCS #7
the corresponding field has the ANY type, rather than OCTET STRING.

Change-Id: I9a5bce983aa82107a9602317737c183461cac7f3
Reviewed-on: https://code.wireshark.org/review/19448
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-12-30 12:43:36 +00:00
..
AttributeCertificateVersion1.asn
CMakeLists.txt
cms.cnf cms: don't assert if eContent fails to be dissected 2016-12-30 12:43:36 +00:00
CryptographicMessageSyntax.asn Move DigestInfo from pkcs12 to cms 2016-12-27 12:59:57 +00:00
Makefile.am Remove Makefile.common files 2016-06-30 11:04:17 +00:00
packet-cms-template.c
packet-cms-template.h