projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08ff8a8
)
kfw installer: purge bufferoverflowu from custom.dll
author
Tom Yu
<tlyu@mit.edu>
Mon, 12 Dec 2011 20:46:13 +0000
(20:46 +0000)
committer
Tom Yu
<tlyu@mit.edu>
Mon, 12 Dec 2011 20:46:13 +0000
(20:46 +0000)
Signed-off-by: Kevin Wasserman <kevin.wasserman@painless-security.com>
ticket: 7050
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25567
dc483132
-0cff-0310-8789-
dd5450dbe970
src/windows/installer/wix/custom/custom.cpp
patch
|
blob
|
history
diff --git
a/src/windows/installer/wix/custom/custom.cpp
b/src/windows/installer/wix/custom/custom.cpp
index 98d669f3efd38e36b2f000b8871b103a4519bb62..5f0f42f65556c89e141e0d68e32bbe5ae1c9453a 100644
(file)
--- a/
src/windows/installer/wix/custom/custom.cpp
+++ b/
src/windows/installer/wix/custom/custom.cpp
@@
-87,9
+87,6
@@
SOFTWARE.
// linker stuff
#pragma comment(lib, "msi")
#pragma comment(lib, "advapi32")
-#if defined(_M_IA64) || defined(_M_AMD64)
-#pragma comment(lib, "bufferoverflowu")
-#endif
void ShowMsiError( MSIHANDLE hInstall, DWORD errcode, DWORD param ){