seccomp / libseccomp

The main libseccomp repository
GNU Lesser General Public License v2.1
791 stars 170 forks source link

BUG: fix wrong syscall error in test 29 #410

Closed mayamrinal closed 10 months ago

mayamrinal commented 1 year ago

29-sim-pseudo_syscall.c was using -11001 syscall. Corrected it to -10001.

drakenclimber commented 10 months ago

Pushed to main in commit 1852fe3d77291. Pushed to release-2.5 in commit a707ec98cc2cdd. Thanks, @mayank-mrinal-sony

drakenclimber commented 10 months ago

nitpick - I changed the milestone to v2.5.5 since we cherry-picked this into the release-2.5 branch.