On Thu, Dec 28, 2017 at 8:48 PM, Nathan Hintz wrote:
> Noticed that /tmp was not being created on /dev/zram0. This was on
> ixp4xx (nslu2) using GCC 6.3 and musl.
>
> The allocation should be using the length of the passed string
> (module path), not the size of the pointer to the string.
>
clang
Noticed that /tmp was not being created on /dev/zram0. This was on
ixp4xx (nslu2) using GCC 6.3 and musl.
The allocation should be using the length of the passed string
(module path), not the size of the pointer to the string.
Signed-off-by: Nathan Hintz
---
initd/zram.c | 2 +-
1 file changed