2013/4/16 Patrick Valsecchi <pvals...@cisco.com>

> Patch for that in attachment.
>

Looks good, but

  L130  if (strptr + substr_len + 1 > abuf + alen)

I think that shoulf be

  L130  if (strptr + substr_len + 1 > aptr + rr_len)

-- 
Tommie Gannert
Software engineer, analytics and data infrastructure
Spotify AB

Reply via email to