On 02/22/16 15:25, Alexander Monakov wrote:
Template strings have an embedded nul character at the position where ORIG goes, so template_2 is set to point at the position following the embedded nul in template_1. Offset of the embedded nul is the same in each template string, so it doesn't matter which goes into the argument of strlen (but supplying template64 or template32 instead of template_1 allows easier folding).
ew, that's disgusting! nathan