libapenetwork icon indicating copy to clipboard operation
libapenetwork copied to clipboard

Fast cross-platform async network library

Results 16 libapenetwork issues
Sort by recently updated
recently updated
newest added

The [ape_socket.c#L282](https://github.com/nidium/libapenetwork/blob/master/src/ape_socket.c#L282) is using the inet_addr method, which will convert a text to an IPv4 binary representation. Therefore the socket isn't IPv6 ready or compatible. There's a very good ipv6...

(it seems that 'writeev' has the same issue.) https://github.com/nidium/libapenetwork/blob/master/src/ape_socket.c#L665-L747

enhancement

The callback signature returns an `int`. The variable `ret` is not used for calculation.

Please review. I do not know all the details, so I do not know how to correctyl distribute the credit.

[This unittest](https://github.com/nidium/libapenetwork/blob/master/tests/unittest_blowfish.cpp) is failing with `./configure --debug --unit-test -asume-yes` ``` [ RUN ] Blowfish.Simple ================================================================= ==23129==ERROR: AddressSanitizer: stack-buffer-overflow on address 0x7ffc6e41bf11 at pc 0x0000005fb1e0 bp 0x7ffc6e41acb0 sp 0x7ffc6e41aca8 READ of...

bug