Bug 2151452

Summary: cpdup: Missing declaration of strlcpy impacts C99 compatibility
Product: [Fedora] Fedora Reporter: Florian Weimer <fweimer>
Component: cpdupAssignee: Florian Weimer <fweimer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: michel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: cpdup-1.18-13.fc38 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-12-07 07:38:27 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: 2141798    
Attachments:
Description Flags
cpdup-c99.patch none

Description Florian Weimer 2022-12-07 07:25:09 UTC
Created attachment 1930730 [details]
cpdup-c99.patch

strlcpy is not declared when it is called (it's not present on GNU/Linux).

Filing this for tracking purposes because upstream does not seem to have a bug tracker for this software.