summary refs log tree commit diff stats
path: root/results/classifier/deepseek-2-tmp/output/socket/1075339
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/socket/1075339')
-rw-r--r--results/classifier/deepseek-2-tmp/output/socket/10753394
1 files changed, 0 insertions, 4 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/socket/1075339 b/results/classifier/deepseek-2-tmp/output/socket/1075339
deleted file mode 100644
index ad8e3a4d5..000000000
--- a/results/classifier/deepseek-2-tmp/output/socket/1075339
+++ /dev/null
@@ -1,4 +0,0 @@
-
-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