p11-glue / p11-kit

Provides a way to load and enumerate PKCS#11 modules.
https://p11-glue.github.io/p11-glue/p11-kit.html
Other
150 stars 92 forks source link

Fix CI warnings and errors #586

Closed ZoltanFridrich closed 11 months ago

ZoltanFridrich commented 11 months ago

The numeric values that were passed into p11_hash_murmur3, a variable argument function, were smaller then size_t which resulted in a memory access error when they were read inside the function as variable argument of length size_t . Other then that, this MR fixes some deprecated meson usage.

coveralls commented 11 months ago

Coverage Status

coverage: 69.473% (+0.1%) from 69.342% when pulling 8ca9985b34c2a5f47e36e228fdabdcf60e9cc1ae on ZoltanFridrich:zfridric_devel3 into 1cec78401c814c589f2dd826de8eaf6c599a4608 on p11-glue:master.