Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 236541 Details for
Bug 332401
CVE-2007-5200 hugin unsafe temporary file usage
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to fix CVE-2007-5200
hugin-0.6.1-CVE-2007-5200.patch (text/plain), 1.92 KB, created by
Bruno Postle
on 2007-10-24 20:00:11 UTC
(
hide
)
Description:
Patch to fix CVE-2007-5200
Filename:
MIME Type:
Creator:
Bruno Postle
Created:
2007-10-24 20:00:11 UTC
Size:
1.92 KB
patch
obsolete
>Modified: hugin/branches/stable/src/Panorama/PTOptimise.cpp >=================================================================== >--- hugin/tags/hugin-0-6-1/src/Panorama/PTOptimise.cpp 2007-10-24 19:30:32 UTC (rev 2491) >+++ hugin/branches/stable/src/Panorama/PTOptimise.cpp 2007-10-24 19:42:36 UTC (rev 2492) >@@ -36,9 +36,6 @@ > #include <boost/property_map.hpp> > #include <boost/graph/graph_utility.hpp> > >-#define DEBUG_WRITE_OPTIM_OUTPUT >-#define DEBUG_WRITE_OPTIM_OUTPUT_FILE "hugin_debug_optim_results.txt" >- > using namespace std; > using namespace PT; > using namespace PTools; >@@ -132,13 +129,6 @@ > RunLMOptimizer( &opt ); > ainf.data = opt.message; > // get results from align info. >-#ifdef DEBUG_WRITE_OPTIM_OUTPUT >- fullPath path; >- StringtoFullPath(&path, DEBUG_WRITE_OPTIM_OUTPUT_FILE ); >- >- ainf.data = opt.message; >- WriteResults( script, &path, &ainf, distSquared, 0); >-#endif > pano.updateVariables(GetAlignInfoVariables(ainf) ); > pano.updateCtrlPointErrors( GetAlignInfoCtrlPoints(ainf) ); > } > >Modified: hugin/branches/stable/src/hugin/AutoCtrlPointCreator.cpp >=================================================================== >--- hugin/tags/hugin-0-6-1/src/hugin/AutoCtrlPointCreator.cpp 2007-10-24 19:30:32 UTC (rev 2491) >+++ hugin/branches/stable/src/hugin/AutoCtrlPointCreator.cpp 2007-10-24 19:42:36 UTC (rev 2492) >@@ -225,7 +225,7 @@ > } > #endif > >- wxString ptofile(wxT("autopano_result_tempfile.pto")); >+ wxString ptofile = wxFileName::CreateTempFileName(wxT("ap_res")); > autopanoArgs.Replace(wxT("%o"), ptofile); > wxString tmp; > tmp.Printf(wxT("%d"), nFeatures); >@@ -415,7 +415,7 @@ > imgNr++; > } > >- wxString ptofile(wxT("autopano_result_tempfile")); >+ wxString ptofile = wxFileName::CreateTempFileName(wxT("ap_res")); > autopanoArgs.Replace(wxT("%o"), ptofile); > wxString tmp; > tmp.Printf(wxT("%d"), nFeatures); > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 332401
: 236541