diff options
author | Karl Williamson <khw@cpan.org> | 2020-04-09 22:44:03 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-04-12 16:12:05 -0600 |
commit | d3e3ece8ff6b23dfbaa6eb6d1b2289cc6ad26ef6 (patch) | |
tree | a96af5465626aa572f08ff77fb24f9f1c9922efb /pp_ctl.c | |
parent | 3bc2a7809d92db3d5c7c838645f17fa7f3ebf94f (diff) | |
download | perl-d3e3ece8ff6b23dfbaa6eb6d1b2289cc6ad26ef6.tar.gz |
regcomp.c: Rmv C undefined behavior
One analyzer said that what this commit changes was C undefined
behavior, in casting void* pointers. Right now, the only actual type it
is called with is SV*, but I made it void*, because I thought it might
be used more generally. But, it turns out that Unicode is planning on
changing its regular expression processing requirements to where what I
have no longer will make sense. And, since only SV* is actually used,
this commit changes the void* to SV*, removing any undefined behavior,
with no changes to program logic.
The changes for the new Unicode direction will come in probably 5.34;
their document is still in draft, but I anticipate it will soon be
finalized.
Diffstat (limited to 'pp_ctl.c')
0 files changed, 0 insertions, 0 deletions