libsmc
libsmc copied to clipboard
Missing "padding" in struct?
In the Swift version, there's an uint16_t padding between keyInfo and result: https://github.com/beltex/SMCKit/blob/v0.0.13/SMCKit/SMC.swift#L473-L475
That seems to be missing in the C version: https://github.com/beltex/libsmc/blob/master/src/smc.c#L193-L194