Bugfix Release: digup 0.6.30 - A Digest Updating Tool
Posted on 2010-10-03 16:12 by Timo Bingmann at Permlink with 0 Comments. Tags: #c++ #utilities
Fixed another severe bug in the digup tool: on the amd64 architecture the tool crashed when writing the digest file, thanks goes to Daniel D. for reporting and fixing this bug.
The bug was caused by the variable arguments lists va_list
used twice in the fprintfcrc()
function. Apparently, on the amd64 platform va_start()
and va_end()
must be called twice even when passed the list to vsprintf()
.
For more information and the new version see the digup web page.