diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /math/gretl/files/patch-lib::src::gretl_paths.c | |
parent | Fix the string format vulnerability desribed at (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
Diffstat (limited to 'math/gretl/files/patch-lib::src::gretl_paths.c')
-rw-r--r-- | math/gretl/files/patch-lib::src::gretl_paths.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/math/gretl/files/patch-lib::src::gretl_paths.c b/math/gretl/files/patch-lib::src::gretl_paths.c deleted file mode 100644 index 12770b080297..000000000000 --- a/math/gretl/files/patch-lib::src::gretl_paths.c +++ /dev/null @@ -1,13 +0,0 @@ ---- lib/src/gretl_paths.c.orig Wed Feb 11 06:14:36 2004 -+++ lib/src/gretl_paths.c Sun Feb 29 18:10:53 2004 -@@ -432,8 +432,8 @@ - if (home != NULL) { - strcpy(ppaths->gretldir, home); - } else { -- strcpy(ppaths->gretldir, GRETL_PREFIX); -- strcat(ppaths->gretldir, "/share/gretl/"); -+ strcpy(ppaths->gretldir, DATADIR); -+ strcat(ppaths->gretldir, "/gretl/"); - } - - sprintf(ppaths->binbase, "%sdb/", ppaths->gretldir); |