Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Slowroll:Build:1
opendkim
ares-missing-space.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File ares-missing-space.patch of Package opendkim
Description: Add missing space in Authentication-Results header Author: David Bürgin <dbuergin@gluet.ch> Bug: https://github.com/trusteddomainproject/OpenDKIM/pull/67 --- a/opendkim/opendkim.c +++ b/opendkim/opendkim.c @@ -13511,7 +13511,8 @@ /* NOTREACHED */ } - snprintf(header, sizeof header, "%s; dkim=%s (%s)", + snprintf((char *) header, sizeof header, "%s%s; dkim=%s (%s)", + cc->cctx_noleadspc ? " " : "", authservid, ar, dkimf_lookup_inttostr(dfc->mctx_status, dkimf_statusstrings));
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