Re: [PATCH 1/1] tools: env: Handle shorter read calls

2021-09-02 Thread Tom Rini
On Tue, Aug 24, 2021 at 05:29:50PM +0200, Thibault Ferrante wrote: > On some cases, the actual number of bytes read can be shorter > than what was requested. This can be handled gracefully by > taking this difference into account instead of exiting. > > Signed-off-by: Thibault Ferrante Applied

[PATCH 1/1] tools: env: Handle shorter read calls

2021-08-24 Thread Thibault Ferrante
On some cases, the actual number of bytes read can be shorter than what was requested. This can be handled gracefully by taking this difference into account instead of exiting. Signed-off-by: Thibault Ferrante --- tools/env/fw_env.c | 22 -- 1 file changed, 12 insertions(+),