This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] coffcode.h: Fix uninitialized variable.


Hi,


We hit a problem with cross mingw64-w64 binutils leading to random "multiple defined symbol" errors.

Valgrind helped track this down to uninitialized variable access, which is fixed by the small attached patch, similarly to what was done in PR 17521 for instance.

OK for master? It should probably be applied to release branches too.

Thanks,


Christophe


Attachment: binutils-patch.txt
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]