Skip to content

Ignores NULL response returned by msg_get_error to avoid segfault crash

0390e96
Select commit
Loading
Failed to load commit list.
Open

Ignores NULL returned by msg_get_error to avoid segfault crash #830

Ignores NULL response returned by msg_get_error to avoid segfault crash
0390e96
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request failed Sep 12, 2025 in 1m 10s

Build Failed

The build failed. This is a change from the previous build, which passed.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #830 Ignores NULL response returned by msg_get_error to avoid segfault crash.
Any changes that have been made to the v0.6 branch before the build ran are also included.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language C
Operating System Linux (Focal)
Build Configuration
{
  "language": "c",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "script": [
    "bash ./travis.sh"
  ],
  "addons": {
    "apt": {
      "packages": [
        "python3",
        "python3-pip"
      ]
    }
  }
}