commit | 3e26de5e3f8d72975a961570f4f108df900a4c96 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 05 16:32:55 2021 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 21 10:27:34 2021 -0600 |
tree | 7c07e13de91bfa3e6d6d418f5dda739ef401e1b3 | |
parent | 1834c3df230915b9624048b91965614a3446137a [diff] |
bloblist: Correct condition in bloblist_addrec() It is possible to add a blob that ends at the end of the bloblist, but at present this is not supported. Fix it and add a regression test for this case. Signed-off-by: Simon Glass <sjg@chromium.org>