diff options
| author | Max Khon <fjoe@FreeBSD.org> | 2004-06-14 20:56:00 +0000 |
|---|---|---|
| committer | Max Khon <fjoe@FreeBSD.org> | 2004-06-14 20:56:00 +0000 |
| commit | 694ecd186a9b12f5115b130cb96dc3428c8dc76b (patch) | |
| tree | f1a6e73aac755d8e00dfb5f10ac6a3618d9becf9 /misc/mc/files/patch-src-profile.c | |
| parent | - Strip binaries (diff) | |
- Fix CAN-2004-0226, CAN-2004-0231, CAN-2004-0232.
- Do not use :: in patch file names.
- Patch for CAN-2003-1023 is now contained in patch-vfs-direntry.c.
- Bump PORTREVISION.
Submitted by: Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'misc/mc/files/patch-src-profile.c')
| -rw-r--r-- | misc/mc/files/patch-src-profile.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/mc/files/patch-src-profile.c b/misc/mc/files/patch-src-profile.c new file mode 100644 index 000000000000..41b9d389c3b5 --- /dev/null +++ b/misc/mc/files/patch-src-profile.c @@ -0,0 +1,12 @@ +--- src/profile.c.orig Mon Jan 20 20:33:02 2003 ++++ src/profile.c Tue Jun 15 03:15:09 2004 +@@ -325,8 +325,7 @@ + + s = GetSetProfileChar (set, AppName, KeyName, Default, FileName); + if (!set){ +- ReturnedString [Size-1] = 0; +- strncpy (ReturnedString, s, Size-1); ++ g_strlcpy (ReturnedString, s, Size); + } + return 1; + } |
