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