Yuichi Ohkawa - 2024-01-15

This issue is not due to the old API, but in src/coreaudio.c:155.
This is caused by specifying "property_size", instead of 256, which is the length of "name".
The property_size is value for length of device structure list.
This is also a security issue sice if there are many devices and property_size may exceed 256.
Also, property_size is not initialized in the for loop, so if there are multiple devices, the names will become shorter and shorter.