GC safety fixes
commit33368c839dc8c63489591bda6e60c78025be8852
authorEric Wong <normalperson@yhbt.net>
Thu, 22 Apr 2010 07:02:25 +0000 (22 00:02 -0700)
committerEric Wong <normalperson@yhbt.net>
Thu, 22 Apr 2010 07:06:44 +0000 (22 00:06 -0700)
treeeaa99780191d681a62ca7f12cd1a6bde749cefe4
parenta9a365326ea0f7a37852d25adfb03049c0b24c22
GC safety fixes

Avoid the RSTRING_PTR(rb_inspect(val)) construct, as it may not
preserve the value of rb_inspect() on the stack.
ext/posix_mq/posix_mq.c