Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Jun 2022 04:27:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 264442] audio/sox: Several crashes (SIGABRT, SIGBUS, SIGSEGV) when reading mp3
Message-ID:  <bug-264442-7788-tfl3uyKz1q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-264442-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-264442-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264442

--- Comment #5 from Benjamin Stoker <benrkts@yahoo.com> ---
(In reply to Dan Nelson from comment #4)
Yes, that's it.  It works with either int or long, provided the type is the
same between the two files.  Am I correct then that the proper solution
(assuming the goal is to avoid wasting memory) would be something like:

#include <stdint.h>
typedef int32_t mad_fixed_t;

... and so on?

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-264442-7788-tfl3uyKz1q>