diff options
author | Florian Klink <flokli@flokli.de> | 2023-06-30T11·50+0200 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2023-06-30T12·30+0000 |
commit | 6604ce4e512208ec559c5c0b295fbe14fcac87cf (patch) | |
tree | 94e132521cb1c326f94d78d2927079dde165acc5 /LICENSE | |
parent | f5e291cf8328096d790f5416cf1968cb9164220a (diff) |
fix(tvix/store/blobservice): write into hasher from b, not buf r/6367
buf contains everything written so far, whereas b is the slice passed in the current write() call. If we copy from &buf, we end up with the wrong hash, because we keep writing the wrong data to the hash function. Change-Id: I768d4645934a6a7d75b9c8eeba35f8f3be5edd26 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8880 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions