Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
authorNicholas Clark <nick@ccl4.org>
Thu, 26 Apr 2007 20:43:13 +0000 (20:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 26 Apr 2007 20:43:13 +0000 (20:43 +0000)
commit1f1a6e4688ff764ec0ae257cdc79a5374937af88
treecde80d4e5611eb6fb0a9c3b3fcb427e8d9ac2a25
parent224e8ef5af1c2136286a2281940d1d58698affca
Avoid a SIGBUS caused by passing a U32 pointer to utf8_to_uvchr(),
which expects a STRLEN pointer.
Avoid some signed/unsigned casting warnings by adding casts.

p4raw-id: //depot/perl@31093
regcomp.c
regexec.c