On Fri, Apr 5, 2024 at 2:04 PM <devel-request@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
Date: Fri, 5 Apr 2024 06:01:33 +0000
From: HAGIO KAZUHITO(萩尾 一仁) <k-hagio-ab@xxxxxxx>
Subject: Re: [PATCH v4 ] Adding the zram decompression
algorithm "lzo-rle" to support kernel versions >= 5.1
To: Yulong TANG 汤玉龙 <yulong.tang@xxxxxxx>,
"devel@xxxxxxxxxxxxxxxxxxxxxxxxxxx"
<devel@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
Message-ID: <ce7328ee-aab4-4b72-85d5-77e5ef3aff9a@xxxxxxx>
Content-Type: multipart/mixed;
boundary="_002_ce7328eeaab44b7285d577e5ef3aff9aneccom_"
Hi, Yulong
I have one question about the following function:
+static uint16_t get_unaligned_le16(const void *p) {
+ uint16_t value;
+ memcpy(&value, p, sizeof(uint16_t));
+ return value;
+}
+ uint16_t value;
+ memcpy(&value, p, sizeof(uint16_t));
+ return value;
+}
Is this for handling the data under a little-endian machine? It might have a different result when calling the above function on a big-endian/little-endian machine, is that expected behavior? Just confirm with you.
Thanks
Lianbo
-- Crash-utility mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxxxxxx https://${domain_name}/admin/lists/devel.lists.crash-utility.osci.io/ Contribution Guidelines: https://github.com/crash-utility/crash/wiki