|
| 1 | +2022-06-15: David Anderson |
| 2 | + commit 8b37fd87346fd225a6f2822f07b2a89cc453b910 |
| 3 | + |
| 4 | + Now referencing DW202206-001 vulnerability |
| 5 | + modified: bugxml/data.txt |
| 6 | + modified: doc/libdwarf.dox |
| 7 | + |
| 8 | +2022-06-15: David Anderson |
| 9 | + commit 7ef09e1fc9ba07653dd078edb2408631c7969162 |
| 10 | + |
| 11 | + Fixes old bug(which could result in Denial of Service) |
| 12 | + due to a missing check before reading the 8 bytes of a DW_FORM_ref_sig8. |
| 13 | + DW202206-001 |
| 14 | + modified: src/lib/libdwarf/dwarf_form.c |
| 15 | + |
| 16 | +2022-06-12: David Anderson |
| 17 | + commit bc068ac4049261bcd5cc6293aa2c90dc58fbcf8d |
| 18 | + |
| 19 | + Now properly runs the test_errmsglist test case. |
| 20 | + So now all the 'make check' cases pass for configure,cmake,and meson |
| 21 | + builds. |
| 22 | + modified: test/meson.build |
| 23 | + |
| 24 | +2022-06-12: David Anderson |
| 25 | + commit 5a0719397f08efe872978966a7e3fc85238cb5dd |
| 26 | + |
| 27 | + For running tests, test the dwarfexample |
| 28 | + executables only if the build requested dwarfexample. |
| 29 | + modified: test/meson.build |
| 30 | + |
| 31 | +2022-06-11: David Anderson |
| 32 | + commit 4da94f40b2e271e0220429cf656484590227ab07 |
| 33 | + |
| 34 | + Added a note about the fixed vulnerability, |
| 35 | + see Recent Changes. |
| 36 | + modified: doc/libdwarf.dox |
| 37 | + New date. Regenerated. |
| 38 | + modified: doc/libdwarf.pdf |
| 39 | + |
| 40 | +2022-06-11: David Anderson |
| 41 | + commit 8a2e978e1a4d6bbd2b1383f6da0ce18cba67f692 |
| 42 | + Merge: 585b3052 a313d485 |
| 43 | + |
| 44 | + Merge branch 'master' of https://github.com/davea42/libdwarf-code |
| 45 | + Adding DESTDIR to doc/Makefile.am |
| 46 | + |
| 47 | +2022-06-11: David Anderson |
| 48 | + commit a313d4854f22d0a1cfa2a529341b9665b311e5c8 |
| 49 | + Merge: b48330ff 934c0da5 |
| 50 | + |
| 51 | + Merge pull request #117 from heirecka/respect-destdir-with-doc |
| 52 | + |
| 53 | + Respect DESTDIR when installing docs |
| 54 | + |
| 55 | +2022-06-11: Heiko Becker |
| 56 | + commit 934c0da583a60757f4e37a1a60f690645629066d |
| 57 | + |
| 58 | + Respect DESTDIR when installing docs |
| 59 | + |
| 60 | +2022-06-09: David Anderson |
| 61 | + commit 585b3052f38a8f681cfc9ed5250f7642c18c09e7 |
| 62 | + |
| 63 | + Now gets top_blddir correct for all flavors. |
| 64 | + modified: debuglinktest-a.sh |
| 65 | + modified: debuglinktest-b.sh |
| 66 | + modified: jitreaderdiff.sh |
| 67 | + |
| 68 | + Now refers to correct name jitreaderdiff.sh |
| 69 | + modified: meson.build |
| 70 | + |
| 71 | +2022-06-09: David Anderson |
| 72 | + commit b48330ff424b23ac2524c5804a7069ad624e0765 |
| 73 | + |
| 74 | + Removed 14 lines of code that was intended to help testing |
| 75 | + on windows, but which actually just made it impossible. |
| 76 | + modified: src/bin/dwarfexample/dwdebuglink.c |
| 77 | + |
| 78 | + Corrected a comment related to Windows paths |
| 79 | + modified: src/lib/libdwarf/dwarf_debuglink.c |
| 80 | + |
| 81 | + Added transformpath.py to the files to be distributed. |
| 82 | + modified: test/Makefile.am |
| 83 | + |
| 84 | + Removed 24 lines and replaced with a single execution |
| 85 | + of a simple python helper program the test works |
| 86 | + on msys2 and Linux.. |
| 87 | + modified: test/debuglinktest-a.sh |
| 88 | + |
| 89 | + A pair of lines had trailing whitespace. Fixed. |
| 90 | + modified: test/transformpath.py |
| 91 | + |
| 92 | +2022-06-09: David Anderson |
| 93 | + commit cf21af79a07ed5343acca677c83466f295a1695a |
| 94 | + |
| 95 | + Named an @section that was missing a name. |
| 96 | + modified: doc/libdwarf.dox |
| 97 | + New code helping in tests. |
| 98 | + new file: test/transformpath.py |
| 99 | + |
| 100 | +2022-06-04: David Anderson |
| 101 | + commit 72e701141b015e2822c8782cb1a0378f6a09bfaf |
| 102 | + |
| 103 | + Removed obsolete lines. |
| 104 | + modified: test/jitreaderdiff.sh |
| 105 | + |
| 106 | +2022-05-31: David Anderson |
| 107 | + commit 7da828b6e52638a5769c610c7b7d9da6c0b58cda |
| 108 | + |
| 109 | + As requested by the bug submitter, I updated |
| 110 | + the name field from a github id to an actual name. |
| 111 | + modified: data.txt |
| 112 | + |
| 113 | +2022-05-30: David Anderson |
| 114 | + commit 01c464bea73d7884714830bdd0f0ff2b5144c350 |
| 115 | + |
| 116 | + Now with the error message update and |
| 117 | + fix of very old -v bug. |
| 118 | + modified: ChangeLog |
| 119 | + |
1 | 120 | 2022-05-30: David Anderson |
2 | 121 | commit 1084a3be38a5e0ecec8b00498efabd9f2723e92d |
3 | 122 |
|
|
0 commit comments