re_intuit_start(): pass rx_origin in/out stclass
authorDavid Mitchell <davem@iabyn.com>
Wed, 5 Feb 2014 10:55:26 +0000 (10:55 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 8 Feb 2014 13:50:23 +0000 (13:50 +0000)
commitc765d6e012bae7e53341e6de98762ae6efa6a23e
treec84c438136dde635b6d8fe898f637b386ad6f2c0
parent7ef639830a72a4edf4fbe1d2cdce043e943f93b4
re_intuit_start(): pass rx_origin in/out stclass

Currently the start position for the regstclass code is passed to the
start of the block in s. Pass it in rx_origin instead (which already
contains the right value anyway).

Also, use it as the value to exit with, when goto'ing to giveup
regexec.c