Actions
Bug #3238
closedType error in sendfile configure probe
ASK QUESTIONS IN Forums:
No
Description
The Linux sendfile
function expects an off_t *
argument, not an int *
argument. The patch avoids a stack out-of-bounds write in this run-time test, and a compiler error with future compilers such as GCC 14.
An alternative fix could pass 0
for the parameter.
Files
Updated by gstrauss 11 months ago
- Status changed from Patch Pending to Fixed
Applied in changeset bbe80c3053ddf55a330a8fd5d47c60e40f1a7cb3.
Actions
Also available in: Atom