Re: [PATCH] mkimage: fix segfault on MacOS arm64

2022-01-16 Thread Sergey V. Lobanov
Thanks a lot for your review, I’ve sent PATCH v2 with the changes related to your comments https://lists.denx.de/pipermail/u-boot/2022-January/472133.html > On 11 Jan 2022, at 22:42, Jessica Clarke wrote: > > On 2 Dec 2021, at 22:16, Sergey V. Lobanov wrote: >> >> mkimage segfaults due

Re: [PATCH] mkimage: fix segfault on MacOS arm64

2022-01-11 Thread Jessica Clarke
On 2 Dec 2021, at 22:16, Sergey V. Lobanov wrote: > > mkimage segfaults due ASLR mechasim on MacOS arm64 > > It is required to use _dyld_get_image_vmaddr_slide() > to prevent segfault on MacOS arm64 > > This patch ased on the discussion >

Re: [PATCH] mkimage: fix segfault on MacOS arm64

2021-12-25 Thread Sergey V. Lobanov
Hello, Can someone please review this? > On 2 Dec 2021, at 22:16, Sergey V. Lobanov wrote: > > mkimage segfaults due ASLR mechasim on MacOS arm64 > > It is required to use _dyld_get_image_vmaddr_slide() > to prevent segfault on MacOS arm64 > > This patch ased on the discussion >

[PATCH] mkimage: fix segfault on MacOS arm64

2021-12-02 Thread Sergey V. Lobanov
mkimage segfaults due ASLR mechasim on MacOS arm64 It is required to use _dyld_get_image_vmaddr_slide() to prevent segfault on MacOS arm64 This patch ased on the discussion https://github.com/u-boot/u-boot/commit/3b142045e8a7f0ab17b6099e9226296af45967d0 Thanks to Ronny Kotzschmar and ptpt52