aboutsummaryrefslogtreecommitdiffstats
path: root/builtins
Commit message (Collapse)AuthorAgeFilesLines
* Patch cve-2014-6271Stephane Chazelas2014-10-052-0/+13
| | | | | | | | Patch-ID: bash30-017 Under certain circumstances, bash will execute user code while processing the environment for exported function definitions. Change-Id: Iccac7b4ae914354978079783a9fe50b3b38ddad5
* Update to upstream bash 4.2Sebastian Schmidt2012-04-1726-114/+339
| | | | | | | This upgrades bash to from 4.1-rc to 4.2-release. See CWRU/changelog for changes. Change-Id: I926269c300cf44fa25964b5b375a148fcf11c4b7
* bash: fix "getcwd: cannot access parent directories: Math result..."Patrick Schaaf2012-04-021-6/+8
| | | | | | | | | | | | | | | In get_working_directory(), the getcwd call in the __ANDROID__ workaround case was obviously wrong, having sizeof(char *) as a length argument instead of the length of the malloced string itself. Also, no check for malloc failure was there. With this fix, tested on maguro, using bash with the usual prompt containing pwd references, as well as the pwd bash builtin itself, no longer spew these annoying messages mentioned in the title. Also made a small change to sh_invalidnum() to fix compile warnings. Change-Id: I9546e07731a251f80e410935619ddcf0873694af
* Add LOCAL_MODULE_TAGS and fix printfsSteve Kondik2010-12-211-0/+1
| | | | Change-Id: I7f64112c5449c27b1216c0ddf6a7416b1b011ad6
* fixed some problems with bashcvpcs2010-06-061-2/+15
|
* first successful build of bash-4.1cvpcs2010-06-0347-0/+15475
|
* initial import of bash 4.1cvpcs2010-06-0256-0/+20543