mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Silence gcc warnings.
Reported by: emaste Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
30c5db2b88
commit
bac111cc74
1 changed files with 3 additions and 0 deletions
|
|
@ -138,6 +138,9 @@ reloc_non_plt(Obj_Entry *obj, Obj_Entry *obj_rtld, int flags,
|
|||
int r;
|
||||
|
||||
r = -1;
|
||||
symval = 0;
|
||||
def = NULL;
|
||||
|
||||
/*
|
||||
* The dynamic loader may be called from a thread, we have
|
||||
* limited amounts of stack available so we cannot use alloca().
|
||||
|
|
|
|||
Loading…
Reference in a new issue