summaryrefslogtreecommitdiff
path: root/bfd/opncls.c
Commit message (Expand)AuthorAgeFilesLines
* Re: PR25993, read of freed memoryAlan Modra2020-05-211-0/+26
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-6/+3
* PR25993, read of freed memoryAlan Modra2020-05-201-19/+19
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-10/+10
* _bfd_mul_overflowAlan Modra2020-02-191-59/+0
* bfd_get_size cacheAlan Modra2020-02-191-2/+6
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* bfd_section_* macrosAlan Modra2019-09-191-7/+7
* Introduce bfd_set_filenameTom Tromey2019-09-111-0/+20
* PR24955, libbfd terminating program on out of memoryAlan Modra2019-09-051-6/+35
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* Fix potential illegal memroy access when using a build-id note with a negativ...Nick Clifton2018-06-201-1/+2
* Prevent attempts to call strncpy with a zero-length field by chacking the siz...Nick Clifton2018-02-061-5/+17
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-30/+30
* PR22197, buffer overflow in bfd_get_debug_link_info_1Alan Modra2017-09-241-1/+1
* bfd_close_all_done calling _close_and_cleanupAlan Modra2017-08-311-15/+3
* Call _close_and_cleanup in bfd_close_all_doneH.J. Lu2017-08-301-0/+3
* Fix address violations when atempting to parse fuzzed binaries.Nick Clifton2017-06-261-2/+16
* Fix building the BFD library for Win64 by reqorking the find_separate_debug_f...Pedro Alves2017-04-071-93/+138
* Align .gnu_debuglink sections on a 4-byte boundary.Nick Clifton2017-02-221-0/+7
* bfd: Rename real_{ftell, fseek, fopen}Pedro Alves2017-02-171-4/+4
* Add support for locating separate debug info files via the build-id method.Nick Clifton2017-01-121-39/+334
* Update year range in copyright notice of all files.Alan Modra2017-01-021-1/+1
* Copyright update for binutilsAlan Modra2016-01-011-1/+1
* Remove trailing spaces in bfdH.J. Lu2015-08-121-1/+1
* PR ld/17973 LTO file symsAlan Modra2015-02-141-0/+2
* ChangeLog rotatation and copyright year updateAlan Modra2015-01-021-1/+1
* Fix memory access problems exposed by fuzzed binaries.Nick Clifton2014-12-031-5/+9
* Fix a null pointer dereference when reading the debug link info from a corrup...Nick Clifton2014-11-141-5/+10
* More fixes for problems exposed by valgrind and the address sanitizerNick Clifton2014-11-101-17/+9
* Update copyright yearsAlan Modra2014-03-051-1/+1
* PR binutils/11983Nick Clifton2014-01-021-8/+41
* Remove unnecessary _bfd_new_bfd initialisationAlan Modra2013-11-021-15/+0
* * opncls.c (get_alt_debug_link_info_shim): Update type of 'len'.Tom Tromey2013-10-091-1/+1
* bfdTom Tromey2013-10-091-2/+3
* fix PR symtab/15597Tom Tromey2013-10-081-9/+32
* * dwarf2.c (struct dwarf2_debug): Add fields for handlingNick Clifton2013-05-291-40/+149
* * coffcode.h: Added a cast to void when a bfd_set_section_*()Nick Clifton2013-04-171-4/+3
* gdbTom Tromey2013-03-141-8/+10
* * bfd.c (struct bfd_preserve, bfd_preserve_save, bfd_preserve_restore,Alan Modra2013-01-261-1/+1
* PR binutils/14813Alan Modra2013-01-141-3/+3
* Remove trailing white spaces in bfdH.J. Lu2013-01-101-3/+3
* Remove trailing redundant `;'H.J. Lu2012-11-091-1/+1
* Change return type of bclose to bfd_booleanH.J. Lu2012-11-071-2/+2
* PR binutils/14567Alan Modra2012-11-061-0/+4
* * vms-lib.c (_bfd_vms_lib_get_module): Use bfd_zmalloc forTom Tromey2012-08-201-0/+1
* * archive.c (SECTION Archives): Update documentation.Alan Modra2012-08-091-12/+0
* * config/tc-i386.c (lex_got): Provide implementation for PENick Clifton2012-08-071-0/+4
* * opncls.c (_bfd_delete_bfd): Now static.Tom Tromey2012-08-031-1/+1