Changeset ec39720 in mainline for kernel/generic/src/ipc/sysipc.c

Timestamp:
2018-06-09T10:39:01Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
899342e, ed18e14
Parents:
931afbc
Message:

tmpfs_truncate must not fail when new size is zero

When zero size is passed to realloc and addr is not NULL, realloc
behaves like free and returns NULL. tmpfs_truncate must not consider
this an error.

(No files)

Note: See TracChangeset for help on using the changeset viewer.