emmanuel-marty / lzsa

Byte-aligned, efficient lossless packer that is optimized for fast decompression on 8-bit micros
Other
236 stars 30 forks source link

lzsa v1.3.6 crashes when built under linux #53

Closed b1ackmai1er closed 3 years ago

b1ackmai1er commented 3 years ago

Hello,

I've update a previous version 1.2.0 of lzsa which compiled and ran fine under linux to 1.3.6.

The new version compiles successfully but fails when executed, reporting

** stack smashing detected ***: terminated

Failure can be invoked using:

lzsa -test

I am not adept at linux or c but am available to assist in testing to help resolve, please let me know what I can do to assist.

Thanks.

b1ackmai1er commented 3 years ago

Hi I tried some other version, 1.3.0, 1.3.3 which worked and then retried 1.3.6 and found it to be working, so I can only assume I made a mistake in updating the files. Apologies, closing issue.