Displaying 1 result from an estimated 1 matches for "read_unist_fil".
Did you mean:
read_unist_file
2008 Sep 02
0
mk5check crashed on Windows
...trying to use md5check.exe in R on Windows, I found that it is
actually crashed for R-2.7.2 and R-2.6.2 (R-2.5.1 seems to be ok).
As I looked into the code (src/gnuwin32/front-ends/md5check.c), I think that
there might be several bugs in the code:
(1) A "segmentation fault" occurred in read_unist_file("unins000.dat"). I
guess that the file pointer didn't stop when it reached EOF.
(2) For some reason, the lastest version of "snprintf" appended '\0' to the
string, so the following line:
for(j = 0; j < 16; j++) snprintf (out+2*j, 2, "%02x", resb...