aboutsummaryrefslogtreecommitdiffstats
path: root/copy_cmd.c
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: invalid memory accessMichal Zalewski2014-11-161-1/+1
| | | | | | | | | | | | This is an upstream bugfix: Patch-ID: bash42-052 When bash is parsing a function definition that contains a here-document delimited by end-of-file (or end-of-string), it leaves the closing delimiter uninitialized. This can result in an invalid memory access when the parsed function is later copied. Change-Id: I033a2062a3e8265ceda3ed4a61d2afb53581f71f
* initial import of bash 4.1cvpcs2010-06-021-0/+450