diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2022-04-13 09:20:45 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2022-04-13 09:20:45 +0200 |
commit | 305d71ea0a542f40d5c01573643a457747cc60a0 (patch) | |
tree | 77470fd224293c22623e36bf1684715fef5c625c /src/file_asf.c | |
parent | 952415ee990f17fed58ba22ca0d3f86fad38ff2b (diff) |
using frama-c
Diffstat (limited to 'src/file_asf.c')
-rw-r--r-- | src/file_asf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/file_asf.c b/src/file_asf.c index 5dcb578..b7a9350 100644 --- a/src/file_asf.c +++ b/src/file_asf.c @@ -112,7 +112,7 @@ static int header_check_asf(const unsigned char *buffer, const unsigned int buff }; if(object_size < 0x18) { -#ifndef __FRAMAC__ +#ifndef DISABLED_FOR_FRAMAC log_info("header_check_asf object_size too small %llu\n", (long long unsigned)object_size); #endif return 0; |