Skip to content

Allocate correct memory for encrypted unit keys.

Chris Rankin requested to merge chrisjr/libaacs:fix-malloc-size into master

The encrypted unit keys should be stored in an array of UNIT_KEY types. However, the code allocates an array of AACS_UK types instead.

Edited by Chris Rankin

Merge request reports