]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Privatize the asn_codec_ctx_t into the ASN.1 code
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 15 May 2024 18:05:11 +0000 (12:05 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 15 May 2024 18:05:11 +0000 (12:05 -0600)
commita0e575cb584a3a5a8fd0ed28bef88aa4cb86600e
tree1c0ace8fcf0f9342aa58fe8ee123091dbb9625bc
parentdeef7b7823f21914b17838f152a8bd510a348f54
Privatize the asn_codec_ctx_t into the ASN.1 code

Fort has `--asn1-decode-max-stack`, a global configuration option for
the maximum stack usage. So there's no need to pass this as an argument.
12 files changed:
src/asn1/asn1c/ANY.c
src/asn1/asn1c/CMSAttribute.c
src/asn1/asn1c/ContentInfo.c
src/asn1/asn1c/EncapsulatedContentInfo.c
src/asn1/asn1c/asn_application.c
src/asn1/asn1c/asn_application.h
src/asn1/asn1c/asn_codecs.h
src/asn1/asn1c/asn_internal.h
src/asn1/asn1c/ber_decoder.c
src/asn1/asn1c/ber_decoder.h
src/asn1/decode.c
src/print_file.c