Changed paths:
M pkg/manager/diff.go
M pkg/manager/diff_test.go
Log Message:
-----------
pkg/manager: match full function names in focus areas
When configuring focus areas before directed fuzzing, construct regular
expressions that match the exact function names. Otherwise, we end up
adding more functions than intended.