Project

General

Profile

Actions

Bug #5714

open

deg2: incorrect initialization for structure types

Added by Vadim Mutilin about 9 years ago.

Status:
New
Priority:
Normal
Assignee:
Category:
Environment Generation
Start date:
03/17/2015
Due date:
% Done:

0%

Estimated time:
Detected in build:
20e88eebe7a
Platform:
Published in build:

Description

For the fs/ext4/super.o.c in the module fs/ext4/ext4.ko
Deg generates

struct kqid ext4_qctl_sysfile_operations_group2;

void ldv_initialyze_quotactl_ops_38(void){
 ext4_qctl_sysfile_operations_group1 = ldv_undef_ptr();
 ext4_qctl_sysfile_operations_group0 = ldv_undef_ptr();
 ext4_qctl_sysfile_operations_group2 = ldv_undef_ptr();
 ext4_qctl_sysfile_operations_group3 = ldv_undef_ptr();
}

which leads to
dscv/ri/BZ_1a/fs/ext4/super.o.c.prepared: In function 'ldv_initialyze_quotactl_ops_38':
dscv/ri/BZ_1a/fs/ext4/super.o.c.prepared:712:38: error: incompatible types when assigning to type 'struct kqid' from type 'void *'

No data to display

Actions

Also available in: Atom PDF