twtiger / gosecco

Go seccomp parser and compiler
GNU Lesser General Public License v3.0
53 stars 7 forks source link

Compare upper half of arguments against 0 #4

Closed chelseakomlo closed 8 years ago

chelseakomlo commented 8 years ago
chelseakomlo commented 8 years ago

Actually. In thinking about this, this would only be valid if we only compare arguments to numerics. Would there ever be a case where we could compare two arguments directly to each other?

olabini commented 8 years ago

Potentially, yes.