ADFlib
ADFlib copied to clipboard
A free, portable and open implementation of the Amiga filesystem
the package already exist but is called unadf. Tomasz do you want to maintain it for debian? I can sponsor your packaging…
Currently, the file read operation (adfFileRead) stops reading the file in case of an incorrect block checksum. And there is no indication for the client code about the error -...
API
There is a lot of discussions already about it, I'd expect more, so maybe we can make a place for it (to list, brainstorm and set directions). Some ideas to...
"dircache updates possible bug(s)? " It was mentioned in README.md, but no more info. (to check/investigate)
Reviewing some pieces of bitmap allocation code (for #63) revealed a couple of potential issues: 1. (in)validity flag (of the bitmap) is not checked while mounting a volume - it...
`adf_show_metadata` crashed on the first ADF I tried. Works on other ADFs, but consistently fails with this one. ``` #0 __memcpy_avx_unaligned_erms () at ../sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S:488 #1 0x00007f854da5212c in adfReadBitmapBlock (vol=0x55b1644fe910, nSect=948,...
Google runs [OSS-Fuzz](https://github.com/google/oss-fuzz) project, where they spend a lot of CPU cycles fuzz-testing free software. They also offer bounties for getting projects to signing up (which makes me think of...
The `adf_salv` module, with the very useful _undel_ functions, needs improvements in terms of: - memory management (ie. memory leaks) - error checking (eg. undeleting things not checking if the...
New rules regarding branching scheme: The project will adapt the following model: https://nvie.com/posts/a-successful-git-branching-model/ For now, this concerns branches: `master` and `devel`, the rest of existing branches are "feature" branches. Briefly...
There is some initial version for "continuous" integration (or, at least, builds and some tests) that was added with #34. For now, it is set up only to start builds...