search for: dispatchmethod

Displaying 2 results from an estimated 2 matches for "dispatchmethod".

2018 Mar 29
2
Possible `substr` bug in UTF-8 Corner Case
...ctor (coerce.c:1293) ==15375==??? by 0x4660EB: ascommon (coerce.c:1369) ==15375==??? by 0x4667C0: do_asvector (coerce.c:1544) ==15375==??? by 0x4CFCB9: bcEval (eval.c:6775) ==15375==??? by 0x4D95AF: Rf_eval (eval.c:624) ==15375==??? by 0x4DAD12: R_execClosure (eval.c:1764) ==15375==??? by 0x515EF7: dispatchMethod (objects.c:408) ==15375==??? by 0x516379: Rf_usemethod (objects.c:458) ==15375==??? by 0x516694: do_usemethod (objects.c:543) ==15375== [1] "abc<ee>" Here is a patch for the native version of `substr` that highlights the problem and a possible fix.? Basically `substr` computes the...
2018 Mar 29
0
Possible `substr` bug in UTF-8 Corner Case
...375==??? by 0x4660EB: ascommon (coerce.c:1369) > ==15375==??? by 0x4667C0: do_asvector (coerce.c:1544) > ==15375==??? by 0x4CFCB9: bcEval (eval.c:6775) > ==15375==??? by 0x4D95AF: Rf_eval (eval.c:624) > ==15375==??? by 0x4DAD12: R_execClosure (eval.c:1764) > ==15375==??? by 0x515EF7: dispatchMethod (objects.c:408) > ==15375==??? by 0x516379: Rf_usemethod (objects.c:458) > ==15375==??? by 0x516694: do_usemethod (objects.c:543) > ==15375== > [1] "abc<ee>" > > Here is a patch for the native version of `substr` that highlights the problem and a possible fix.? Bas...