commit | 93ee4b7d9f0632690713aee604c49e298e634094 | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Tue Feb 12 13:09:36 2019 -0800 |
committer | Kees Cook <keescook@chromium.org> | Tue Feb 12 13:45:53 2019 -0800 |
tree | b59d6703ee660577abbb1f3de464f2482a6962da | |
parent | 47afd7ae65c737bfef67e9eb1424723d13b06787 [diff] |
pstore/ram: Avoid needless alloc during header write Since the header is a fixed small maximum size, just use a stack variable to avoid memory allocation in the write path. Signed-off-by: Kees Cook <keescook@chromium.org>