Bug #11123 » 0001-ext-socket-ancdata.c-bsock_recvmsg_internal-GC-guard.patch
| ext/socket/ancdata.c | ||
|---|---|---|
|                 discard_cmsg(cmh, msg_end, (flags & MSG_PEEK) != 0); | ||
|             rb_ary_push(ret, ctl); | ||
|         } | ||
|         RB_GC_GUARD(ctl_str); | ||
|     } | ||
| #endif | ||
| -  | ||