Commit c8341d4
Replace strcmp with byte-by-byte comparison in valkey-check-aof (#2809)
Fixes #2792
Replace strcmp with byte-by-byte comparison to avoid accidental
heap-buffer-overflow errors.
Signed-off-by: murad shahmammadli <[email protected]>
Co-authored-by: murad shahmammadli <[email protected]>1 parent 2e8fba4 commit c8341d4
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments