bug#11967: Bug in "uniq"

2012-07-17 Thread 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#11968: Bug in "uniq"

2012-07-17 Thread 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#25149: md5sum fails with message "Invalid argument" on 4, 294, 967, 295-byte files in FAT32

2016-12-09 Thread 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 --

bug#25149: md5sum fails with message "Invalid argument" on 4, 294, 967, 295-byte files in FAT32

2016-12-10 Thread Jaime Gaspar
> 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