GNOME Bugzilla – Bug 520769
Fix various places where we currently use strcpy to use strncpy.
Last modified: 2008-03-12 02:07:28 UTC
This is a follow-on from a comment made by Vincent Untz, when we spoke with the release team about getting the fix for bug #520474 in for GNOME 2.22. There are several places in the gcalctool source code, where we currently use strcpy() to copy strings. These should be adjusted to use strncpy().
Fixed in 2.22: http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2029 and 2.23: http://svn.gnome.org/viewvc/gcalctool?view=revision&revision=2028