diff options
author | Louis Zuckerman <glusterbugs@louiszuckerman.com> | 2012-01-06 11:03:21 -0500 |
---|---|---|
committer | Vijay Bellur <vijay@gluster.com> | 2012-01-26 02:19:30 -0800 |
commit | 2741c0a27e23e908fe77a6c14695cbee879accd5 (patch) | |
tree | 6b15620f7e84d2a95fd90e25ed3adc30587c92f7 /rpc | |
parent | d831aa3a75c0dfb7cf849bac6a00b3ba3897afde (diff) |
Fixes bug-765574, failure to build from hardened source
Glusterfs 3.2.5 failed to build on Debian which prevented the
Debian project from updating their package to the latest release
version.
There were two changes needed, in both cases just adding a
printf format string argument to a call to gf_log.
The compiler error was that the argument was neither a string
literal nor a format string. It was instead a pointer to a string.
The obvious solution was to add a format argument of "%s" before
the string pointer argument.
This has been tested successfully on Debian Sid.
Change-Id: I62c8a46938184c8a37224c2481bd1de00369ab19
Signed-off-by: louis zuckerman <glusterbugs@louiszuckerman.com>
Reviewed-on: http://review.gluster.com/2598
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Amar Tumballi <amar@gluster.com>
Diffstat (limited to 'rpc')
0 files changed, 0 insertions, 0 deletions