Git Product home page Git Product logo

Comments (4)

ukreator avatar ukreator commented on June 19, 2024

Same applies to hmac.ref_count instance defined as global object at hmac_ossl.c:284

from libsrtp.

jfigus avatar jfigus commented on June 19, 2024

It looks like the same problem exists in the legacy code (aes_icm.c).
This appears to be benign since the ref_count isn't used anywhere. It
might be best to simply delete the ref_count member from cipher_type_t.

On 02/17/2014 01:33 AM, Dmitry Sobinov wrote:

This issue is for openssl branch.

Field ref_count in cipher_type_t struct for aes_icm, aes_icm_192 and
aes_icm_256 global instances is incremented in aes_icm_openssl_alloc,
e.g. aes_icm_ossl.c:141:

aes_icm.ref_count++;

This causes data race when someone creates srtp contexts in different
threads. I know it's pretty harmless, but it's undefined behavior
anyway, so better be fixed.


Reply to this email directly or view it on GitHub
#39.

from libsrtp.

jfigus avatar jfigus commented on June 19, 2024

Leaving this issue open for now. We should address this in 2.0. The only place the ref_count appears to be used is in the crypto kernel code that simply displays the current reference count. Downstream projects may be using the ref_count due to opacity issues.

from libsrtp.

jfigus avatar jfigus commented on June 19, 2024

This is resolved by c8e9afe in the 2_0_0_dev branch.

from libsrtp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.