Kawe Mazidjatari 0d390955fd Engine: partial rebuild for data block sender/receiver
This patch partially rebuilds the data block sender/receiver. The receiver leaks memory if the sender sends a bogus LZ4 packet, it would allocate memory to copy the encoded data into, from which it would decode it to the scratch buffer, but it would never deallocate this temporary buffer is the LZ4 decoder failed. This has been fixed. The second reason to rebuild these was to look into potential compression optimization. The data block rebuild now also features the latest LZ4 codec.
2024-04-05 17:59:53 +02:00
..
2024-04-05 17:21:08 +02:00
2023-07-01 01:20:47 +02:00
2024-04-05 17:52:57 +02:00
2023-05-10 00:05:38 +02:00
2024-04-05 16:34:29 +02:00
2023-07-20 22:23:10 +02:00
2023-03-18 16:46:15 +01:00
2023-07-01 01:20:47 +02:00
2023-07-01 01:20:47 +02:00