diff options
author | nijtmans <nijtmans> | 2011-01-25 08:49:59 (GMT) |
---|---|---|
committer | nijtmans <nijtmans> | 2011-01-25 08:49:59 (GMT) |
commit | d9f56d2b769b4cfce39f195178c30a407de8cccb (patch) | |
tree | 05ebd64c7a56b5c6c3ba5b75b9e88c284d137a77 /unix/.cvsignore | |
parent | 31f8fbbd1d658b3474895271c7c3525112097d7e (diff) | |
download | tk-d9f56d2b769b4cfce39f195178c30a407de8cccb.zip tk-d9f56d2b769b4cfce39f195178c30a407de8cccb.tar.gz tk-d9f56d2b769b4cfce39f195178c30a407de8cccb.tar.bz2 |
[Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.
Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
Diffstat (limited to 'unix/.cvsignore')
-rw-r--r-- | unix/.cvsignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/unix/.cvsignore b/unix/.cvsignore new file mode 100644 index 0000000..96bf441 --- /dev/null +++ b/unix/.cvsignore @@ -0,0 +1,8 @@ +*.so +*.a +Makefile +tkConfig.sh +tktest +wish +config.cache +config.status |