commit | a092f1e9064881a358fdf08cb1cee753cd680edf | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jan 18 13:13:17 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 27 12:51:26 2023 -0500 |
tree | b54b72d81df05d3ed36c2441c40ab13b2060d46f | |
parent | e71505fc983ca1734d1033095cee23b66e2f06e8 [diff] |
ifwitool: Fix member access On a second and third look, a recent patch seems to be writing to the wrong place - updating offsets from the address of the pointer instead of what the pointer points to. Fix it. Signed-off-by: Simon Glass <sjg@chromium.org> Fixes: 2d1b2ac13fe ("tool: ifwitool: Fix buffer overflow") Acked-by: Sean Anderson <seanga2@gmail.com>