prog_argv and rts_argv now contain *copies* of the args passed to
authorSimon Marlow <marlowsd@gmail.com>
Wed, 25 May 2011 09:00:29 +0000 (10:00 +0100)
committerSimon Marlow <marlowsd@gmail.com>
Wed, 25 May 2011 12:09:47 +0000 (13:09 +0100)
setupRtsFlags(), rather than sharing the memory.  Previously if the
caller of hs_init() passed in dynamically-allocated memory and then
freed it, random crashes could happen later (#5177).


No differences found