Re: SHA-1 collision in repository?

2018-03-05 Thread Myria
Final email for the night >.< What's clobbering the expanded_size is this in build_rep_list: /* The value as stored in the data struct. 0 is either for unknown length or actually zero length. */ *expanded_size = first_rep->expanded_size; first_rep->expanded_size here is zero for the las

Re: SHA-1 collision in repository?

2018-03-05 Thread Myria
When Subversion gets to this part of rep_read_contents, rb->len is 16384. It thinks it is then done reading the entire file, and can compare the checksum, but it's not done with the file yet. rb->rep.expanded_size is correct at the error point, 57465. rep_read_get_baton sets rb->len to rb->rep.ex

Fwd: SHA-1 collision in repository?

2018-03-05 Thread Myria
GMail keeps doing reply instead of reply all. I'm having to manually add the users list back now. Below is the thread I sent. -- Forwarded message -- From: Myria Date: Mon, Mar 5, 2018 at 6:37 PM Subject: Re: SHA-1 collision in repository? To: Philip Martin I now know where