The Wayback Machine - https://web.archive.org/web/20211025235558/https://github.com/bernd-edlinger
Skip to content
Avatar

Achievements

Achievements

Organizations

@openssl @SoftingIndustrial
Block or Report

Block or report bernd-edlinger

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. openssl Public

    Forked from openssl/openssl

    TLS/SSL and crypto library

    C 4

  2. linux-rt Public

    RT-Linux + patches

    C 2

  3. tools Public

    Forked from openssl/tools

    Tools for OpenSSL committers

    Perl 1

  4. Forked from FreeRTOS/FreeRTOS-Plus-TCP

    FreeRTOS-Plus-TCP library repository. +TCP files only. Submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.

    C 1

  5. phobos Public

    Forked from dlang/phobos

    The standard library of the D programming language

    D 1

83 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Mon Wed Fri

Contribution activity

October 2021

Created 3 commits in 1 repository

Created a pull request in openssl/openssl that received 6 comments

Fix double-free in e_dasync.c

When the cipher is copied, the inner_cihper_data need to be copied as well, using the EVP_CTRL_COPY method. The EVP_CIPH_CUSTOM_COPY bit needs to b…

+19 −2 6 comments

Created an issue in openssl/openssl that received 6 comments

Heap use after free in ENGINE_remove

when I compile the test case from #7950 with address sanitizer there is a heap use after free: #7950 (comment) I think this is a different issue than

6 comments
Opened 2 other issues in 1 repository