moonlight83340

Results 54 comments of moonlight83340

> Thank you very much for investigating the issue. If this is only an issue with ZMQ then it's not an issue for me. This program was just to sanity...

Hi, It appears the issue occurred because the server could potentially accept a corrupted message if the CRC32 flag from the client was also corrupted. However, we can configure the...

> I'm new here! Sorry, I have no idea what you mean by sign-off line. I can confirm I've tested it, and I guess now it can be closed. No...

Hi, what version and option are you using ?

Sorry, I meant what flag are you using ? RDP, CRC32 for example.

Sorry again, I meant thoses flags : https://github.com/libcsp/libcsp/blob/447cc38f2106a15290358dc8c128ad553a415568/examples/csp_client.c#L252 In csp_connect()``

> thank you so much, that was my first thought. I guess csp_read is the function that get rid of this CRC right? In fact CRC is strip on the...

> ``` > while (1) > { > > conn = csp_accept(sock, 10000); > > if (conn == NULL) > { > continue; > } > > while ((packet =...

> ``` > /* Prepare data */ > csp_packet_t * packet = csp_buffer_get(5); > if (packet == NULL) > return; > > /* Open connection */ > csp_conn_t * conn...

Hi, thanks for reporting this. You're absolutely right — the frame length check in csp_if_eth.c was only considering the payload size (CSP_BUFFER_SIZE) and not the CSP header, which results in...