Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modify for strict C compiler. #12

Closed
wants to merge 1 commit into from

Conversation

kinichiro
Copy link

  • incrementing void pointer is undefined, gcc treats it as char pointer, though.
  • array initialization by '{}' causes compilation error with strict C compiler.

- incrementing void pointer is undefined, gcc treats it as char pointer, though.
- array initialization by '{}' causes compilation error with strict C compiler.
@4a6f656c
Copy link

4a6f656c commented Dec 7, 2014

I've just committed a slightly different version of this diff. Thanks.

@4a6f656c 4a6f656c closed this Dec 7, 2014
@kinichiro kinichiro deleted the gost_build_hpux branch March 14, 2016 11:48
botovq pushed a commit that referenced this pull request Jan 25, 2024
The PKCS #7 ContentInfo has a mandatory contentType, but the content itself
is OPTIONAL. Various unpacking API assumed presence of the content type is
enough to access members of the content, resulting in crashes.

Reported by Bahaa Naamneh on libressl-security, many thanks

ok jsing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants