zighouse / doubango

Automatically exported from code.google.com/p/doubango
0 stars 0 forks source link

Incorrect decompression in tinySigcomp when same compartment is used in compression and decompression #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. The current test.c file in tinySigcomp project, both manager1 and manager2 
compress and decompress all the SIP packets. If manager1 is used for SIP 
Request and manager 2 is used for SIP reply than the decompressed packet is not 
correct.

What is the expected output? What do you see instead?

Decompressed packets are not correct. Size of decompressed packets are correct 
but data is garbled.

What version of the product are you using? On what operating system?

Linux 

Please provide any additional information below.

Original issue reported on code.google.com by emailtor...@gmail.com on 17 May 2012 at 2:20