AFFLIBv3 icon indicating copy to clipboard operation
AFFLIBv3 copied to clipboard

AFF is an open and extensible file format to store disk images and associated metadata.

Results 3 AFFLIBv3 issues
Sort by recently updated
recently updated
newest added

I did a little comment about it in #47. How to reproduce: 1. Make a jail Sid in Debian. Instructions [here](https://github.com/sshock/AFFLIBv3/issues/47#issuecomment-903770636). 2. Inside of the jail, install lintian: ```# apt...

Many recent distros provide GCC >= 12.0 which supports `__builtin_dynamic_object_size()`: https://gcc.gnu.org/onlinedocs/gcc/Object-Size-Checking.html This is used instead of `__builtin_object_size()` by newer CRT includes if `_FORTIFY_SOURCE=3` is set. Compiler presets or packaging support...

Only a deprecation warning at this time, but since looking into it. There is a need to adapt theses. ``` affinfo.cpp: In function 'void validate(const char*)': affinfo.cpp:194:13: warning: 'int MD5_Init(MD5_CTX*)'...

help wanted