Package: clustalo / 1.2.4-8

Metadata

Package Version Patches format
clustalo 1.2.4-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
clustalo log format calls.patch | (download)

src/clustal-omega.c | 2 1 1 - 0 !
src/clustal/hhalign_wrapper.c | 2 1 1 - 0 !
src/clustal/muscle_tree.c | 12 6 6 - 0 !
src/clustal/seq.c | 2 1 1 - 0 !
src/clustal/util.c | 4 2 2 - 0 !
5 files changed, 11 insertions( ), 11 deletions(-)

 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 !
1 file changed, 1 insertion( ), 1 deletion(-)

 increase field boundaries to avoid out of range access


memory_leak.patch | (download)

src/squid/clustal.c | 5 3 2 - 0 !
1 file changed, 3 insertions( ), 2 deletions(-)

 fix memory leak that fixes a typoed ifdef and a missing free()


fix_syntax.patch | (download)

src/clustal/mbed.c | 4 2 2 - 0 !
src/hhalign/hhalignment-C.h | 2 1 1 - 0 !
src/hhalign/util-C.h | 4 2 2 - 0 !
3 files changed, 5 insertions( ), 5 deletions(-)

 fix syntax error that are exposed only in debug mode