Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:GA
systemd-mini.1059
0001-shutdownd-clean-up-initialization-of-struc...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-shutdownd-clean-up-initialization-of-struct.patch of Package systemd-mini.1059
From b748c7596f79945be5263a0d1c88de64eb0c5146 Mon Sep 17 00:00:00 2001 From: Thomas Hindoe Paaboel Andersen <phomes@gmail.com> Date: Sat, 27 Sep 2014 00:25:09 +0200 Subject: [PATCH] shutdownd: clean up initialization of struct No functional change. We just don't assign the value twice. Found by coverity. Fixes: CID#1237616 and #1237617 --- src/shutdownd/shutdownd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git src/shutdownd/shutdownd.c src/shutdownd/shutdownd.c index 99aa4b3..0f008a6 100644 --- src/shutdownd/shutdownd.c +++ src/shutdownd/shutdownd.c @@ -52,8 +52,8 @@ static int read_packet(int fd, union shutdown_buffer *_b) { union shutdown_buffer b; /* We maintain our own copy here, in * order not to corrupt the last message */ struct iovec iovec = { - iovec.iov_base = &b, - iovec.iov_len = sizeof(b) - 1, + .iov_base = &b, + .iov_len = sizeof(b) - 1, }; union { struct cmsghdr cmsghdr; -- 1.7.9.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor