You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(PA-6549) Fix warning:undefining the allocator of T_DATA class for RHEL7
This commit adds a patch that patches selinux_ruby_wrap.c in RHEL 7 and RHEL
FIPS 7 to fix the warning: undefining the allocator of T_DATA class
SWIG::TYPE_p_selabel_handle. These platforms cannot use the original patch
(even with increased fuzz values),
selinuxswig_ruby_undefining_allocator.patch, that fixed the warning for other
platforms. RHEL 7 and RHEL FIPS 7 use an older version of swig and due to
that, have an older version of selinux_ruby_wrap.c.
0 commit comments