nodestack: get_read_from_promise() never returns NULL
authorBrian Norris <banorris@uci.edu>
Fri, 1 Mar 2013 06:46:25 +0000 (22:46 -0800)
committerBrian Norris <banorris@uci.edu>
Fri, 1 Mar 2013 06:46:25 +0000 (22:46 -0800)
If the read_from_promise_idx is out of bounds, this is an error. We
should not return NULL (and in fact, our caller never expects us to
return NULL).


No differences found