This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix UTF-8 handling for semop()
authorTony Cook <tony@develop-help.com>
Tue, 17 Nov 2020 23:27:50 +0000 (10:27 +1100)
committerTony Cook <tony@develop-help.com>
Tue, 24 Nov 2020 02:35:21 +0000 (13:35 +1100)
commit61f058724e10981590e6ccf006ce7ed70092fe2b
treea6e41d9b28a94378982c48236693b0e2e65fef2a
parentd43c116b2ae74ec1f3ed78829d4f3ca76f091390
fix UTF-8 handling for semop()

As with semctl(), the UTF-8 flag on the passed in opstring was ignored,
which meant that the upgraded version of the same string would
cause an error.

Just use SvPVbyte().
doio.c
t/io/sem.t