Skip to content

Commit

Permalink
libsepol: expand: use identical type to avoid implicit conversion
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
Acked-by: James Carter <jwcart2@gmail.com>
  • Loading branch information
cgzones authored and jwcart2 committed Aug 7, 2023
1 parent 0d14450 commit ace9ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libsepol/src/expand.c
Original file line number Diff line number Diff line change
Expand Up @@ -2350,7 +2350,7 @@ static int type_attr_map(hashtab_key_t key
policydb_t *p = state->out;
unsigned int i;
ebitmap_node_t *tnode;
int value;
uint32_t value;

type = (type_datum_t *) datum;
value = type->s.value;
Expand Down

0 comments on commit ace9ec1

Please sign in to comment.