67,68c67
< * of u_char to minimize casts. The copy is aligned to 2 bytes thus
< * the lowest bit may be used as marker.
---
> * of u_char to minimize casts.
76c75
< dst = nxt_mp_align(mp, 2, src->length + 1);
---
> dst = nxt_mp_alloc(mp, src->length + 1);