** Changed in: panotools
       Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Hugin Bug
Hunters, which is subscribed to Panotools.
https://bugs.launchpad.net/bugs/678763

Title:
  Pano13: struct Image initialization error

Status in Panorama Tools:
  Fix Released

Bug description:
  The Pano13 source in the hugin SDK has a typo in line 849 of filter.c, in 
function SetImageDefaults(). It reads
    bzero(im->formatParam, sizeof(im->precomputedValue));
  but should be
    bzero(im->precomputedValue, sizeof(im->precomputedValue));

  This leaves 4 of the precomputed values uninitialized since
  formatParam starts 4 words before precomputedValue and overwrites
  precomputedCount with (another) zero.

  Unlikely to cause malfunction.

To manage notifications about this bug go to:
https://bugs.launchpad.net/panotools/+bug/678763/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~hugin-bug-hunters
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~hugin-bug-hunters
More help   : https://help.launchpad.net/ListHelp

Reply via email to