You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause is assumed to be from
Illegal reference by void vigra::StandardValueAccessor<unsigned short>::set<unsigned short, unsigned short*>(unsigned short, unsigned short*&).
of debian package
libvigraimpex-dev/focal,now 1.11.1+dfsg-7ubuntu1
The set() is assumed to be out-of-bound without any appropriate check of the valid address dereferenced by scanline.
See /include/vigra/impex.hxx:82-89
Hello,
Using hugin (2020.0.0) software verdandi adopting vigra, I encountered on the segmentation fault error.
(http://hugin.sourceforge.net/releases/2020.0.0/en.shtml)
The root cause is assumed to be from
Illegal reference by
void vigra::StandardValueAccessor<unsigned short>::set<unsigned short, unsigned short*>(unsigned short, unsigned short*&).
of debian package
The set() is assumed to be out-of-bound without any appropriate check of the valid address dereferenced by scanline.
See /include/vigra/impex.hxx:82-89
lines;
The running command and backtrace is
poc.txt
I attached the poc file on this post.
Please kindly check the error.
Best,
Choongin Lee
The text was updated successfully, but these errors were encountered: