Package: clustalo / 1.2.4-8
Metadata
Package | Version | Patches format |
---|---|---|
clustalo | 1.2.4-8 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
clustalo log format calls.patch | (download) |
src/clustal-omega.c |
2 1 1 - 0 ! |
fix mismatched logging arguments This change corrects some logging calls that were passing format strings that did not align with their arguments. These issues were detected by tagging the Log() function with __attribute__((format(printf, 3, 4))). |
array_out_of_bounds.patch | (download) |
src/hhalign/hhdecl-C.h |
2 1 1 - 0 ! |
increase field boundaries to avoid out of range access |
memory_leak.patch | (download) |
src/squid/clustal.c |
5 3 2 - 0 ! |
fix memory leak that fixes a typoed ifdef and a missing free() |
fix_syntax.patch | (download) |
src/clustal/mbed.c |
4 2 2 - 0 ! |
fix syntax error that are exposed only in debug mode |