diff options
Diffstat (limited to 'results/classifier/zero-shot-user-mode/instruction/1075339')
| -rw-r--r-- | results/classifier/zero-shot-user-mode/instruction/1075339 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/results/classifier/zero-shot-user-mode/instruction/1075339 b/results/classifier/zero-shot-user-mode/instruction/1075339 new file mode 100644 index 000000000..1cb7de29e --- /dev/null +++ b/results/classifier/zero-shot-user-mode/instruction/1075339 @@ -0,0 +1,9 @@ +instruction: 0.595 +runtime: 0.299 +syscall: 0.105 + + + +linux-user emulation of setsockopt ignores optlen + +setsockopt always treats the argument as a 4-byte int. This breaks timeout options (for which it's an 8- or 16-byte timeval structure, depending on word size) and possibly other socket options. int is probably a safe default, but options whose values are other types need special-case conversion code. \ No newline at end of file |