GNOME Bugzilla – Bug 526976
variable shadowing causes problems
Last modified: 2008-04-10 01:01:42 UTC
set_bit_panel has local declarations for label and tmp in the EXPRS case that are unnecessary and causes the fortify options in recent gcc to abort, since it insists that a buffer that you pass into an snprintf call cannot be smaller than the size you pass (even if the format would indicate that it is safe...).
Created attachment 108870 [details] [review] patch
Thanks Matthias, patch applied for 2.22.2: http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2069