After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 520769 - Fix various places where we currently use strcpy to use strncpy.
Fix various places where we currently use strcpy to use strncpy.
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-06 15:25 UTC by Rich Burridge
Modified: 2008-03-12 02:07 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rich Burridge 2008-03-06 15:25:37 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().