summaryrefslogtreecommitdiff
path: root/bfd/som.c
Commit message (Expand)AuthorAgeFilesLines
* Update year range in copyright notice of binutils filesAlan Modra2023-01-011-1/+1
* PR22509 - Null pointer dereference on coff_slurp_reloc_tableAlan Modra2022-11-231-1/+1
* NULL dereference read in som_write_object_contentsAlan Modra2022-10-291-2/+3
* som.c reloc sanity checkingAlan Modra2022-10-261-295/+287
* som.c buffer overflowAlan Modra2022-10-261-4/+6
* asan: som_set_reloc_info heap buffer overflowAlan Modra2022-09-141-2/+7
* ubsan: som_is_space null dereferenceAlan Modra2022-09-141-1/+3
* asan: NULL dereference in som_set_reloc_infoAlan Modra2022-08-131-0/+5
* ubsan: som.c undefined shift in som_set_reloc_infoAlan Modra2022-08-061-8/+12
* Get rid of fprintf_vma and sprintf_vmaAlan Modra2022-08-011-3/+2
* Revert reloc howto nitsAlan Modra2022-06-081-1/+1
* HOWTO size encodingAlan Modra2022-06-081-1/+1
* asan: Buffer overflow in som_set_reloc_infoAlan Modra2022-03-171-4/+6
* Update year range in copyright notice of binutils filesAlan Modra2022-01-021-1/+1
* Fix an access through a null pointer when parsing a corrupt SOM format fle.Nick Clifton2021-04-291-1/+10
* Fix illegal memory accesses when parsing a corrupt SOM format file.Nick Clifton2021-04-291-4/+12
* C99 bfd configuryAlan Modra2021-04-051-1/+0
* Use bool in bfdAlan Modra2021-03-311-201/+201
* Add startswith function and use it instead of CONST_STRNEQ.Martin Liska2021-03-221-3/+3
* ELF: Don't generate unused section symbolsH.J. Lu2021-01-071-0/+1
* Update year range in copyright notice of binutils filesAlan Modra2021-01-011-1/+1
* Assorted tidiesAlan Modra2020-12-181-1/+1
* Fix PR binutils/26356 on hppa*-*-hpux*.John David Anglin2020-08-271-2/+12
* PR26453 UBSAN: som.c:2885 null pointer memcpyAlan Modra2020-08-261-0/+3
* PR26452, ASAN: som_compute_checksum som.c:4293Alan Modra2020-08-251-5/+6
* Replace "if (x) free (x)" with "free (x)", bfdAlan Modra2020-05-211-56/+28
* Use bfd_get_filename throughout bfdAlan Modra2020-05-191-1/+1
* asan: som: unknown readAlan Modra2020-03-111-0/+3
* bfd_cleanup for object_pAlan Modra2020-03-021-3/+3
* _bfd_alloc_and_readAlan Modra2020-02-191-49/+24
* Miscellaneous memory alloc related fixesAlan Modra2020-02-191-10/+12
* _bfd_mul_overflowAlan Modra2020-02-191-39/+108
* Check return status of memory alloc functionsAlan Modra2020-02-191-5/+9
* bfd_size_type to size_tAlan Modra2020-02-191-16/+16
* som: Don't loop forever reading symbol chainsAlan Modra2020-01-141-2/+11
* som_bfd_fill_in_ar_symbols buffer overflowAlan Modra2020-01-061-6/+17
* Update year range in copyright notice of binutils filesAlan Modra2020-01-011-1/+1
* asan: som: heap-buffer-overflowAlan Modra2019-12-261-48/+52
* PR24955, libbfd terminating program on out of memory (part2)Alan Modra2019-10-141-2/+8
* Don't use bfd_get_* macro to set bfd fieldsAlan Modra2019-09-181-6/+6
* Constify target name, reloc name, and carsym nameAlan Modra2019-09-181-8/+11
* Tidy ld/ldmisc.cAlan Modra2019-09-111-0/+1
* bfdtest1 segfaults on hppa-hp-hpux10Alan Modra2019-05-221-15/+15
* Update year range in copyright notice of binutils filesAlan Modra2019-01-011-1/+1
* ld: Hide symbols defined by HIDDEN/PROVIDE_HIDDENH.J. Lu2018-05-211-0/+1
* Remove bfd stub function casts.Alan Modra2018-02-161-7/+6
* Fix compilation of the BFD sub-directory with a gcc v8 compiler by adding ext...Nick Clifton2018-02-141-1/+1
* Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton2018-02-131-1/+2
* Update year range in copyright notice of binutils filesAlan Modra2018-01-031-1/+1
* BFD whitespace fixesAlan Modra2017-12-061-151/+151