Branch: refs/heads/yves/hpux_build_warning_suppression
Home: https://github.com/Perl/perl5
Commit: 760e883e74435447a8fecf00ed6a095195d30c4c
https://github.com/Perl/perl5/commit/760e883e74435447a8fecf00ed6a095195d30c4c
Author: Yves Orton <[email protected]>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M embed.fnc
M embed.h
M proto.h
M util.c
Log Message:
-----------
util.c - avoid warning about truncated pointer value
This code is part of the fallback rng initialization, it should
only be used in odd circumstances, and it is intended to be "random"ish,
so the logic change should not be a problem.
This more or less reverts commit 4b4c4ab35e70f005167c863eae6d2003492c393c,
although the S_ptr_hash() now lives in util.c instead of hv.c.
Turns out having a decent pointer hash /is/ useful.