disable asan for qfind_first_byte_of_needles16
authorPhilip Pronin <philipp@fb.com>
Tue, 10 Sep 2013 13:25:53 +0000 (06:25 -0700)
committerJordan DeLong <jdelong@fb.com>
Sun, 22 Sep 2013 23:39:44 +0000 (16:39 -0700)
commit5f19afe7fa9c6f0c5b6c13890006b8d76086c405
tree64c66f2f7cf10db1d48025a7a9a0acb774dd2b74
parent3c40a0b6246afe8bdb225b4eaa79d862cdcad6b4
disable asan for qfind_first_byte_of_needles16

Summary:
It's expected to read past the string (within the same memory
page).

Test Plan: .

Reviewed By: tudorb@fb.com

FB internal diff: D962974
folly/Range.cpp