diff options
| author | odaira <odaira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-08 22:31:53 +0000 |
|---|---|---|
| committer | odaira <odaira@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-10-08 22:31:53 +0000 |
| commit | f3754f57cb89ccbf36288555507954debd00567a (patch) | |
| tree | 5365d12d8cf67c1e032fac348af3827bde80c6da /ChangeLog | |
| parent | ecb57e432796c8c0f12604442e89aa0d123bc6ca (diff) | |
missing/setproctitle.c: Avoid invalidating argv[1], argv[2], etc. until the first call to Process.setproctitle, because the ps command of AIX refers to the argv array. [Bug #10090]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Thu Oct 9 07:20:30 2014 Rei Odaira <Rei.Odaira@gmail.com> + + * missing/setproctitle.c: Avoid invalidating argv[1], argv[2], + etc. until the first call to Process.setproctitle, because + the ps command of AIX refers to the argv array. + [Bug #10090] + Thu Oct 9 00:53:15 2014 Nobuyoshi Nakada <nobu@ruby-lang.org> * dir.c (dir_s_aref): fix rdoc. `Dir.glob` allows an array but |
