Cœur

Results 94 issues of Cœur

Fix #1638. Although, could be done differently if you have suggestions. Conditions: - `evcb_flags & EVLIST_INIT` to set `ev` - `! (ev->ev_events & EV_PERSIST)` to skip `event_queue_remove_active` - `! (ev->ev_flags...

This fixes the problematic `#define fstat _fstat` which would only support files up to 2 GB. Also refactored it as `evutil_fd_filesize` to avoid exposing `stat` when not necessary.

This is an Xcode (clang) analyzer warning. ![Capture d’écran 2024-05-01 à 21 32 58](https://github.com/libevent/libevent/assets/839992/ca02b134-99d2-43c2-bf7c-14a61f82db64) ![Capture d’écran 2024-05-01 à 21 35 09](https://github.com/libevent/libevent/assets/839992/d3c61f87-8e3a-42ee-8711-f4aae488e819) ![Capture d’écran 2024-05-01 à 21 35 35](https://github.com/libevent/libevent/assets/839992/593bfe9f-e0e6-405f-a769-fc2180c8f719) It's reported...

Fix #1583 As we don't distribute the libevent SDK as an iOS package (SwiftPM , CocoaPods, Carthage), we don't have to reference this PrivacyInfo.xcprivacy file by ourselves for now. Having...

minor missing parameter from 1915b564f3de2dd9ea1852e629e56a38e19603dc

Ideally, arc4random_addrandom should never be used. It's deprecated in favor of arc4random_stir: https://opensource.apple.com/source/Libc/Libc-1439.40.11/include/stdlib.h.auto.html

> ``` > - WARN | [tvOS] xcodebuild: TSMarkdownParser/TSMarkdownParser/TSMarkdownParser.m:253:77: warning: 'stringByAddingPercentEscapesUsingEncoding:' is deprecated: first deprecated in tvOS 9.0 - Use -stringByAddingPercentEncodingWithAllowedCharacters: instead, which always uses the recommended UTF-8 encoding, and...

enhancement
help wanted