summaryrefslogtreecommitdiffstats
path: root/unix/.cvsignore
Commit message (Collapse)AuthorAgeFilesLines
* We are no longer on CVS, so don't need the .cvsignore files any morejan.nijtmans2011-03-051-8/+0
|
* [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-0/+8
Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]