From c6cb174e7085cd2a41ed0ab74bbcbd7963e68d9d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 30 Jan 2025 14:36:04 -0500 Subject: 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). --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0957f469..fa649066 100644 --- a/NEWS +++ b/NEWS @@ -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 Thu, 30 Jan 2025 19:32:12 +0000 + -- David Robillard Thu, 30 Jan 2025 19:35:32 +0000 serd (0.32.4) stable; urgency=medium -- cgit v1.2.1