Bug 1672231
Summary: | Samba's ZERO_STRUCT() uses undefined C11 function memset_s() | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Milan Crha <mcrha> |
Component: | samba | Assignee: | Guenther Deschner <gdeschner> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | abokovoy, anoopcs, asn, cheimes, gdeschner, jarrpa, jstephen, lmohanty, lslebodn, madam, monic77, releng, sbose, ssorce |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-02-15 10:29:25 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 1674516 |
Description
Milan Crha
2019-02-04 10:33:42 UTC
Could you please open an upsteam bug too? Here you are: https://bugzilla.samba.org/show_bug.cgi?id=13778 *** Bug 1673312 has been marked as a duplicate of this bug. *** Inside of Samba memset_s() is available as we offer an implementation for it. However it is not available publicly. *** Bug 1675576 has been marked as a duplicate of this bug. *** *** Bug 1671507 has been marked as a duplicate of this bug. *** This has been fixed in rawhide. upstream patch for openchange 2.3 https://git.pld-linux.org/?p=packages/openchange.git;a=blob;f=openchange-samba-4.10-macros.patch;h=0e8e2b915673c1413edbadadd6076e665e6feaa0;hb=f28b8ba49a90595347fb6a401e7dfb87b857e600 upstream patch for openchange 2.3 https://git.pld-linux.org/?p=packages/openchange.git;a=blob;f=openchange-samba-4.10-macros.patch;h=0e8e2b915673c1413edbadadd6076e665e6feaa0;hb=f28b8ba49a90595347fb6a401e7dfb87b857e600 I do not think it's an upstream fix, there is a note at the top of the page saying:
> - added covscan,samba-4.10-macros patches from Fedora
where the important part is "from Fedora".
The fix was supposed to be in samba, and it had been done in samba, almost two years ago.
The referenced patch only replaces the macro in OpenChange with an equivalent, due to it being removed from the samba public API.
(In reply to Milan Crha from comment #11) > I do not think it's an upstream fix, there is a note at the top of the page > saying: > > - added covscan,samba-4.10-macros patches from Fedora > where the important part is "from Fedora". > > The fix was supposed to be in samba, and it had been done in samba, almost > two years ago. > > The referenced patch only replaces the macro in OpenChange with an > equivalent, due to it being removed from the samba public API. Sorry, my mistake! the patch referenced just resolve a similar building error. --! |