Commit d154c21
committed
Fix an error in how cksum parses checksum files
When cksum (or sha256sum, etc...) attempts to parse chekcusm files in
the "tagged output format" and it encounters the string "((", it
crashes due to an error in how it parses the checksum file. GNU
coreutils, by contrast, correctly recognizes this string as a syntax
error and ignores the line.1 parent d868818 commit d154c21
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
284 | 287 | | |
285 | 288 | | |
286 | 289 | | |
| |||
0 commit comments