commit | 1826c55db841475ae0514fc3e958599332055eab | [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 | 6f772eacb51f3b6822dddf52dee8aca00aeac5af [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>