summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 0e74ac1e360198e1f7f9c42d06d2686ff936cb86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
env:
  global:
   - secure: "i19+oa1wcShVfnMYNDF3kWxAbCER/ThHIiF/blHCuANtbd1SGpEZhMZJ+V4B6XnhRoAGUlrXxwdJ9TZWtG32wGepbMrEdyCxVMwoo8uNokkyWcAbV7z3KD8tjnOA7W/CDAAx6gy9BgX8T0cWK4zK5OwzWAFvz2rJ4UHhx/iX/sM="

language: c
compiler:
  - gcc
  - clang

script: CC=$CC make CC=$CC

addons:
  coverity_scan:
    project:
      name: "tklauser/llmnrd"
      description: "Build submitted via Travis CI"
    notification_email: tklauser@distanz.ch
    build_command_prepend: "make clean"
    build_command: "make"
    branch_pattern: coverity_scan
5a7bf92e31215543b955b8883dcf6f66c1f'>4d88d5a7bf92e31215543b955b8883dcf6f66c1f (patch) tree2cc30fc737b6cdb6193a36b21129013317d70af7 parent9735a22799b9214d17d3c231fe377fc852f042e9 (diff)
PCI: acpiphp_ibm: Avoid uninitialized variable reference
If ibm_get_table_from_acpi() fails then "table" isn't initialized. Check for failure so we don't reference "table" unless it's been initialized. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Diffstat