diff options
author | Alan Wu <[email protected]> | 2019-05-30 23:16:27 -0400 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-05-31 14:38:35 +0900 |
commit | ea42423908ed055f9039b1dce6e9a232a3b2dd90 (patch) | |
tree | f6b404f83fa411b8e1ef696bead7beab8d331b02 /internal.h | |
parent | 83f9183a7e549b0d7e6b68e298d57744ddb4d97f (diff) |
Keep vm->orig_progname alive
`vm->orig_progname` can be different from `vm->progname` when user
code assigns to `$0`. While `vm->progname` is kept alive by the
global table, nothing marked `vm->orig_progname`.
[Bug #15887]
Diffstat (limited to 'internal.h')
0 files changed, 0 insertions, 0 deletions