fix string comparison
This patch fixes strcmp by reimplementing it as a IRBuilder method and unrolling the loop based on the literal string size instead of STRING_SIZE. Fixes: https://github.com/iovisor/bpftrace/issues/14
Showing
This diff is collapsed.
Please register or sign in to comment