e a upside down "v" and a line break.
In hex:
E2 88 A8 0A
E2 88 A7 0A
When we run "uniq bug.txt" in a terminal, "uniq" outputs a single line, so
"uniq" thinks that the two lines are equal, but they are not.
Regards,
Jaime Gaspar
__
e a upside down "v" and a line break.
In hex:
E2 88 A8 0A
E2 88 A7 0A
When we run "uniq bug.txt" in a terminal, "uniq" outputs a single line, so
"uniq" thinks
that the two lines are equal, but they are not.
Regards,
Jaime Gaspar
__
--- Bug ---
In a FAT32 file system, if one runs md5sum on a 4,294,967,294-byte file (one
byte less than the maximum file size) it succeeds, but if one runs md5sum on a
4,294,967,295-byte file (the maximum file size) it fails with error message
"Invalid argument".
--- How to reproduce the bug --
> Can you strace -o /tmp/md5sum.strace md5sum file_2,
> and look towards the end of the strace file to identify the syscall
> returning EINVAL?
It is the seventh and eighth lines below:
...
read(3,
"\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32768) =
32768