Yongji Xie writes:
> On Wed, Jun 29, 2022 at 7:39 PM Markus Armbruster wrote:
>>
>> Yongji Xie writes:
>>
>> > On Wed, Jun 29, 2022 at 5:41 PM Markus Armbruster
>> > wrote:
>> >>
>> >> Xie Yongji writes:
>> >>
>> >> > Coverity pointed out (CID 1490222, 1490227) that we called
>> >> > ioctl s
On Wed, Jun 29, 2022 at 9:22 PM Markus Armbruster wrote:
>
> Yongji Xie writes:
>
> > On Wed, Jun 29, 2022 at 7:39 PM Markus Armbruster wrote:
> >>
> >> Yongji Xie writes:
> >>
> >> > On Wed, Jun 29, 2022 at 5:41 PM Markus Armbruster
> >> > wrote:
> >> >>
> >> >> Xie Yongji writes:
> >> >>
>
On Wed, Jun 29, 2022 at 7:39 PM Markus Armbruster wrote:
>
> Yongji Xie writes:
>
> > On Wed, Jun 29, 2022 at 5:41 PM Markus Armbruster wrote:
> >>
> >> Xie Yongji writes:
> >>
> >> > Coverity pointed out (CID 1490222, 1490227) that we called
> >> > ioctl somewhere without checking the return v
Yongji Xie writes:
> On Wed, Jun 29, 2022 at 5:41 PM Markus Armbruster wrote:
>>
>> Xie Yongji writes:
>>
>> > Coverity pointed out (CID 1490222, 1490227) that we called
>> > ioctl somewhere without checking the return value. This
>> > patch fixes these issues.
>> >
>> > Fixes: Coverity CID 149
On Wed, Jun 29, 2022 at 5:41 PM Markus Armbruster wrote:
>
> Xie Yongji writes:
>
> > Coverity pointed out (CID 1490222, 1490227) that we called
> > ioctl somewhere without checking the return value. This
> > patch fixes these issues.
> >
> > Fixes: Coverity CID 1490222, 1490227
> > Signed-off-by
Xie Yongji writes:
> Coverity pointed out (CID 1490222, 1490227) that we called
> ioctl somewhere without checking the return value. This
> patch fixes these issues.
>
> Fixes: Coverity CID 1490222, 1490227
> Signed-off-by: Xie Yongji
> ---
> subprojects/libvduse/libvduse.c | 10 --
> 1
Coverity pointed out (CID 1490222, 1490227) that we called
ioctl somewhere without checking the return value. This
patch fixes these issues.
Fixes: Coverity CID 1490222, 1490227
Signed-off-by: Xie Yongji
---
subprojects/libvduse/libvduse.c | 10 --
1 file changed, 8 insertions(+), 2 dele