[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qemu-pr-helper: check the return value of fcntl
From: |
no-reply |
Subject: |
Re: [Qemu-devel] [PATCH] qemu-pr-helper: check the return value of fcntl in do_pr_out |
Date: |
Wed, 20 Mar 2019 06:46:09 -0700 (PDT) |
Patchew URL: https://patchew.org/QEMU/address@hidden/
Hi,
This series failed the asan build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.
=== TEST SCRIPT BEGIN ===
#!/bin/bash
time make address@hidden TARGET_LIST=x86_64-softmmu J=14 NETWORK=1
=== TEST SCRIPT END ===
CC hw/core/machine.o
CC hw/core/loader.o
CC hw/core/qdev-properties-system.o
/tmp/qemu-test/src/scsi/qemu-pr-helper.c:560:43: error: expected expression
if ((unsigned int) flags & O_ACCMODE) == O_RDONLY) {
^
1 error generated.
The full log is available at
http://patchew.org/logs/address@hidden/testing.asan/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to address@hidden