Bug 811387

Summary: Debian "hardening" build fails
Product: [Community] GlusterFS Reporter: Jeff Darcy <jdarcy>
Component: unclassifiedAssignee: Vijay Bellur <vbellur>
Status: CLOSED CURRENTRELEASE QA Contact: Sachidananda Urs <sac>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 3.3-betaCC: gluster-bugs, rfortier
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: glusterfs-3.4.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-07-24 17:11:39 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:

Description Jeff Darcy 2012-04-10 21:20:58 UTC
The problem is that "gcc -Werror=format-security" complains about a format string that's not a string literal even though the string in question is clearly and provably unchanged from when it came from a string literal one line before.  That's a gcc bug, but nonetheless it's easy to work around.

Comment 1 Anand Avati 2012-04-10 21:37:38 UTC
CHANGE: http://review.gluster.com/3117 (Fix compiler warnings and typos from Debian build.) merged in master by Anand Avati (avati)

Comment 2 Sachidananda Urs 2012-05-31 07:22:02 UTC
Fix in upstream, will verify later.