Skip to content

Fix mutex thread lock in drbg_uninstantiate function.

a91af19
Select commit
Loading
Failed to load commit list.
Merged

Fix mutex thread lock in drbg_uninstantiate function. #144

Fix mutex thread lock in drbg_uninstantiate function.
a91af19
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 16, 2026 in 6m 53s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #144 Fix mutex thread lock in drbg_uninstantiate function..
Any changes that have been made to the master branch before the build ran are also included.

Jobs and Stages

This build has three jobs, running in parallel.

Job Compiler ENV OS State
411.1 linux-s390x-gcc gcc CONFIG_OPTS="--enable-fips --enable-internal-tests" Linux passed
411.2 linux-s390x-clang clang CONFIG_OPTS="--enable-fips --enable-internal-tests" Linux passed
411.3 linux-s390x-sanitizer gcc CONFIG_OPTS="--enable-fips --enable-internal-tests --enable-sanitizer" Linux passed

Build Configuration

Build Option Setting
Language C
Operating System Linux (Jammy)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "jammy",
  "jobs": {
    "include": [
      {
        "name": "linux-s390x-gcc",
        "os": "linux",
        "arch": "s390x",
        "compiler": "gcc",
        "env": [
          {
            "CONFIG_OPTS": "\"--enable-fips --enable-internal-tests\""
          }
        ]
      },
      {
        "name": "linux-s390x-clang",
        "os": "linux",
        "arch": "s390x",
        "compiler": "clang",
        "env": [
          {
            "CONFIG_OPTS": "\"--enable-fips --enable-internal-tests\""
          }
        ]
      },
      {
        "name": "linux-s390x-sanitizer",
        "os": "linux",
        "arch": "s390x",
        "compiler": "gcc",
        "env": [
          {
            "CONFIG_OPTS": "\"--enable-fips --enable-internal-tests --enable-sanitizer\""
          }
        ]
      }
    ]
  },
  "before_script": [
    "./bootstrap.sh 2> >(tee)"
  ],
  "script": [
    "./configure $CONFIG_OPTS 2> >(tee) && make check V=0 2> >(tee)",
    "cat test/test-suite.log"
  ]
}