[Bug 264442] audio/sox: Several crashes (SIGABRT, SIGBUS, SIGSEGV) when reading mp3
Date: Sat, 04 Jun 2022 04:27:45 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264442 --- 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? -- You are receiving this mail because: You are the assignee for the bug.