- Update to version 1.10.1

* mold 1.10.0 had a buffer overrun bug that causes the linker to terminate
    immediately if compiled with -D_GLIBCXX_ASSERTIONS. We fixed the unsafe memory
    access in this release. (7e65546)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=87
This commit is contained in:
Martin Liška
2023-01-22 08:24:35 +00:00
committed by Git OBS Bridge
parent 9417202e99
commit 7946182cf1
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Jan 22 08:23:35 UTC 2023 - Martin Liška <mliska@suse.cz>
- Update to version 1.10.1
* mold 1.10.0 had a buffer overrun bug that causes the linker to terminate
immediately if compiled with -D_GLIBCXX_ASSERTIONS. We fixed the unsafe memory
access in this release. (7e65546)
-------------------------------------------------------------------
Fri Jan 20 12:19:11 UTC 2023 - Martin Liška <mliska@suse.cz>