Releases: catalinii/minisatip
Releases · catalinii/minisatip
v1.3.20
Remove unused -m option
v1.3.19: Use strlen instead of pointer length
Since we no longer use stack allocated char[] it's important which one we use
v1.3.18: Heap-allocate memory for JSON string escaping
Fixes "escape_json_string:179 buffer size too small (199)" from /state.json when the command line used to run minisatip is longer than 200 characters (happens easily if all paths must be overriden)
v1.3.17: Make debug builds more usable by only applying -O2 to normal builds
Removes some misleading cruft as well. Closes #1108
v1.3.16: Fix tuning with Unicable LNBs
Fixes #1158, regression from 083c6475d9f110c7031507a6ff75b591ce0b809c
v1.3.15: Commit a copy of the SAT>IP specification
v1.3.14
Fix an out-of-bounds read (found by Coverity)
v1.3.13
Fix "_hexdump buffer size too small (114)" which has been spoiling he…
v1.3.12
Use version 0x00 as CSUV
v1.3.11
Add more logging around axe_wakeup