[PATCH] msasn1: Add stub for ASN1_Decode function

Vijay Kiran Kamuju infyquest at gmail.com
Sun May 31 03:56:38 CDT 2020


ASN1decoding_t and ASN1encoding_t are implemented as linked lists.
Current implementation does not properly emulate the linked list, as
 we need to identify where the next link pointers are stored.

This patch adds a stub for ASN1_Decode function so that second crash
 related to the bug #38020 can be avoided and close the bug.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=38020
Signed-off-by: Vijay Kiran Kamuju <infyquest at gmail.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-msasn1-Add-stub-for-ASN1_Decode-function.patch
Type: text/x-patch
Size: 2065 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20200531/10a10b93/attachment.bin>


More information about the wine-devel mailing list