Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.2:Staging:N
star
star-1.5.1-selinux-segfault.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File star-1.5.1-selinux-segfault.patch of Package star
diff --git a/star/xattr.c b/star/xattr.c index 6493447..4034287 100644 --- a/star/xattr.c +++ b/star/xattr.c @@ -202,7 +202,7 @@ setselinux(info) register FINFO *info; { #if defined(USE_XATTR) && defined(HAVE_SETXATTR) && defined(WITH_SELINUX) - if (info->f_xattr) { + if (info->f_xflags & XF_XATTR) { star_xattr_t *xap; for (xap = info->f_xattr; xap->name != NULL; xap++) { if (strcmp(xap->name, "security.selinux") == 0) {
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