[ruby-core:116080] shadow.so: undefined symbol: rb_tainted_str_new2

Hello Ruby-Shadow owners and Ruby Dev Team, On Linux, using Ruby 3.2.2, getting shadow.so: undefined symbol: rb_tainted_str_new2 with ruby-shadow-ruby32-2.5.1.gem. The following code in this gem uses rb_tainted_str_new2: pwd/shadow.c:59: rb_tainted_str_new2(entry->pw_name), /* sp_namp */ pwd/shadow.c:60: rb_tainted_str_new2(entry->pw_passwd), /* sp_pwdp, encryped password */ pwd/shadow.c:69: rb_tainted_str_new2(entry->pw_class), /* sp_loginclass, user access class */ shadow/shadow.c:37: rb_tainted_str_new2(entry->sp_namp), shadow/shadow.c:38: rb_tainted_str_new2(entry->sp_pwdp), It needs to be fixed similar to ruby-odbc's: https://github.com/vhermecz/ruby-odbc/commit/c38d182863b907f9ce55d2dfeb9bd86... Can we get the ruby-shadow-ruby32 patched to resolve this issue? Thanks.

Hi Jay, ruby-shadow-ruby32 is a third-party gem that is not maintained by the Ruby core team. You may want to find and contact its maintainer. https://rubygems.org/gems/ruby-shadow-ruby32 2024年1月9日(火) 3:55 Jay Mav via ruby-core <ruby-core@ml.ruby-lang.org>:
Hello Ruby-Shadow owners and Ruby Dev Team,
On Linux, using Ruby 3.2.2, getting shadow.so: undefined symbol: rb_tainted_str_new2 with ruby-shadow-ruby32-2.5.1.gem.
The following code in this gem uses rb_tainted_str_new2: pwd/shadow.c:59: rb_tainted_str_new2(entry->pw_name), /* sp_namp */ pwd/shadow.c:60: rb_tainted_str_new2(entry->pw_passwd), /* sp_pwdp, encryped password */ pwd/shadow.c:69: rb_tainted_str_new2(entry->pw_class), /* sp_loginclass, user access class */ shadow/shadow.c:37: rb_tainted_str_new2(entry->sp_namp), shadow/shadow.c:38: rb_tainted_str_new2(entry->sp_pwdp),
It needs to be fixed similar to ruby-odbc's: https://github.com/vhermecz/ruby-odbc/commit/c38d182863b907f9ce55d2dfeb9bd86...
Can we get the ruby-shadow-ruby32 patched to resolve this issue?
Thanks. ______________________________________________ ruby-core mailing list -- ruby-core@ml.ruby-lang.org To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org...
participants (2)
-
Jay Mav
-
Yusuke Endoh