On Saturday 16 December 2006 08:47:55 Bob Rogers wrote: > The following code segfaults: > > .sub test :main > get_results '(0)' > .end > > The segfault is in verify_signature (compilers/imcc/pbc.c:1158), where > it is apparently following sig_arr into the C<end> instruction, but it > seems to me there ought to be more validation in IMCC. Any suggestions > for where it ought to go?
I stuck it near the segfault. Fixed in r26699. -- c