You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go ASM symbols are not bound by the major versioning ABI breakage go
imposes, therefore we must change the name of the symbol manually for
the v1 and the v2 version to coexist in the same binary.
Example error:
```
link: duplicated definition of symbol _noop_free, from github.com/DataDog/go-libddwaf/internal/noopfree and github.com/DataDog/go-libddwaf/v2/internal/noopfree
```
0 commit comments