2018-05-15 Christophe Guillon <christophe.guillon@st.com>
* coffcode.h (coff_bigobj_swap_aux_in): Make sure that all fields
of the aux structure are initialised.
Change-Id: I81be255ac6611afbe00995fac550e98e6a07e5df
+2018-05-15 Christophe Guillon <christophe.guillon@st.com>
+
+ * coffcode.h (coff_bigobj_swap_aux_in): Make sure that all fields
+ of the aux structure are initialised.
+
2018-05-15 Francois H. Theron <francois.theron@netronome.com>
* targets.c: Wrap nfp_elf64_vec in BFD64 ifdef.
AUXENT_BIGOBJ *ext = (AUXENT_BIGOBJ *) ext1;
union internal_auxent *in = (union internal_auxent *) in1;
+ /* Make sure that all fields in the aux structure are
+ initialised. */
+ memset (in, 0, sizeof * in);
switch (in_class)
{
case C_FILE: