src/file_fbx.c: fix wrong Frama-C annotations
This commit is contained in:
parent
126b9fafe5
commit
1941a27e94
1 changed files with 2 additions and 1 deletions
|
@ -46,7 +46,8 @@ const file_hint_t file_hint_fbx= {
|
||||||
/*@
|
/*@
|
||||||
@ requires valid_file_check_param(file_recovery);
|
@ requires valid_file_check_param(file_recovery);
|
||||||
@ ensures valid_file_check_result(file_recovery);
|
@ ensures valid_file_check_result(file_recovery);
|
||||||
@ assigns *file_recovery_new;
|
@ assigns *file_recovery->handle, errno, file_recovery->file_size;
|
||||||
|
@ assigns Frama_C_entropy_source;
|
||||||
@*/
|
@*/
|
||||||
static void file_check_fbx(file_recovery_t *file_recovery)
|
static void file_check_fbx(file_recovery_t *file_recovery)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue