Closed GoogleCodeExporter closed 9 years ago
I replaced the implementation of method DescribeOneFlag() in file
gflags_reporting.cc in gflags-1.6 with that in gflags-1.2 and the issue was
fixed.
Original comment by aron.sus...@nutanix.com
on 3 Aug 2011 at 7:30
The version of DescribeOneFlag() in gflags-1.5 is also good. So the bug seems
to have been introduced in gflags-1.6.
Original comment by aron.sus...@nutanix.com
on 3 Aug 2011 at 7:51
The problem is in InternalStringPrintf in util.h. The second call to
output->append() takes 'space' as the first argument. Instead, needs to take
'buf' as the first argument.
Original comment by aron.sus...@nutanix.com
on 3 Aug 2011 at 8:24
Thanks for tracking this down! I'll get a fix checked in.
Original comment by csilv...@gmail.com
on 3 Aug 2011 at 10:51
Original comment by csilv...@gmail.com
on 3 Aug 2011 at 10:51
Fixed in r59
Original comment by csilv...@gmail.com
on 4 Aug 2011 at 12:03
Issue 48 has been merged into this issue.
Original comment by csilv...@gmail.com
on 16 Aug 2011 at 7:03
Original issue reported on code.google.com by
aron.sus...@nutanix.com
on 3 Aug 2011 at 7:13Attachments: