diff options
author | David Robillard <d@drobilla.net> | 2025-01-30 14:36:04 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-01-30 15:51:01 -0500 |
commit | c6cb174e7085cd2a41ed0ab74bbcbd7963e68d9d (patch) | |
tree | d8c7ae3f1de156f95bbc5c2fc06d527f3dc446b3 /NEWS | |
parent | e7a120cddc8a72cfcc264c4cd83a0911d352e0a2 (diff) | |
download | serd-c6cb174e7085cd2a41ed0ab74bbcbd7963e68d9d.tar.gz serd-c6cb174e7085cd2a41ed0ab74bbcbd7963e68d9d.tar.bz2 serd-c6cb174e7085cd2a41ed0ab74bbcbd7963e68d9d.zip |
Fix handling of some invalid EOF cases in lax mode
The return status of these tests unfortunately isn't consistent, so instead of
testing for an exact exit status, instead check that the return status doesn't
seem to be an abort() or other signal code (which are negative on Linux, while
serdi itself never exits with a negative status).
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,8 +1,9 @@ serd (0.32.5) unstable; urgency=medium + * Fix handling of some invalid EOF cases in lax mode * Remove project and version number from man page OS field - -- David Robillard <d@drobilla.net> Thu, 30 Jan 2025 19:32:12 +0000 + -- David Robillard <d@drobilla.net> Thu, 30 Jan 2025 19:35:32 +0000 serd (0.32.4) stable; urgency=medium |