Closed thendrickson closed 4 years ago
in jp_final_flush(), if (page != buffer->current_page) then there is a bug where the 2nd page flush messes things up by seeking back by one page length and the final length of the binary is then wrong.
https://github.com/janjongboom/janpatch/pull/14
Fixed in #14.
in jp_final_flush(), if (page != buffer->current_page) then there is a bug where the 2nd page flush messes things up by seeking back by one page length and the final length of the binary is then wrong.