CTSRD-CHERI / cheribsd-ports

FreeBSD ports tree adapted for CheriBSD.
https://CheriBSD.org
Other
5 stars 11 forks source link

devel/libffi: handle variadic arguments with less than 9 arguments #161

Open kwitaszczyk opened 1 month ago

kwitaszczyk commented 1 month ago

libffi hasn't been adapted to use the c9 capability register for variadic arguments in CheriABI regardless of the number of arguments. https://github.com/CTSRD-CHERI/libffi/pull/1 handles the case of more than 8 arguments.