diff options
| author | Mark Wielaard <[email protected]> | 2022-05-10 15:22:32 +0200 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2022-05-10 15:22:32 +0200 |
| commit | e06d1d2530fa5d7eb898f3114d282bd196315d55 (patch) | |
| tree | 1db2efd48765f9dc4c7e72abd936f860c1a9c9c5 /libebl/eblopenbackend.c | |
| parent | e00652f54afca62c5facbaddebe21012acd43386 (diff) | |
| parent | 059e690e896e37c16774047bd1fd0c9e608545b8 (diff) | |
Merge tag 'elfutils-0.187' into mjw/RH-DTSupstream/mjw/RH-DTS
elfutils 0.187 release
Diffstat (limited to 'libebl/eblopenbackend.c')
| -rw-r--r-- | libebl/eblopenbackend.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libebl/eblopenbackend.c b/libebl/eblopenbackend.c index 2ff86416..831b865d 100644 --- a/libebl/eblopenbackend.c +++ b/libebl/eblopenbackend.c @@ -267,7 +267,7 @@ openbackend (Elf *elf, const char *emulation, GElf_Half machine) /* First allocate the data structure for the result. We do this here since this assures that the structure is always large enough. */ - result = (Ebl *) calloc (1, sizeof (Ebl)); + result = calloc (1, sizeof (Ebl)); if (result == NULL) { // XXX uncomment |
