[GH-ISSUE #1826] Strange curl -1 log message #938

Open
opened 2026-03-04 01:50:04 +03:00 by kerem · 0 comments
Owner

Originally created by @gaul on GitHub (Jan 2, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1826

s3fs logs are full of:

curl.cpp:1971:18: runtime error: implicit conversion from type 'int' of value -1 (32-bit, signed) to type 'size_t' (aka 'unsigned long') changed the value to 18446744073709551615 (64-bit, unsigned)
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior curl.cpp:1971:18 in 

Looks like a weird handling of -1 somewhere.

Originally created by @gaul on GitHub (Jan 2, 2022). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1826 s3fs logs are full of: ``` curl.cpp:1971:18: runtime error: implicit conversion from type 'int' of value -1 (32-bit, signed) to type 'size_t' (aka 'unsigned long') changed the value to 18446744073709551615 (64-bit, unsigned) SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior curl.cpp:1971:18 in ``` Looks like a weird handling of -1 somewhere.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#938
No description provided.