{"author":"Daniel Stenberg","author_email":"daniel@haxx.se","author_time":1738936656,"commit_time":1738943079,"committer":"Daniel Stenberg","committer_email":"daniel@haxx.se","hash":"c2aa504ab9148b5c284b090c5043d9f0c3fbd903","message":"wakeup_write: make sure the eventfd write sends eight bytes\n\nThe eventfd manpage says:\n\n  A write(2) fails with the error EINVAL if the size of the supplied\n  buffer is less than 8 bytes\n\nWhen doing x32 on a 64-bit system, pointers are still four bytes so this\ncode must not use the size of a pointer but the size of a 64-bit type.\n\nFixes #16237\nReported-by: Jan Engelhardt\nCloses #16239\n","parents":["c012c6062e963085f915975464e887264bf741fd"],"tree_hash":"c9624652d8cb7d483a90899a2840e61ccf9bc7a4"}