mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-09 17:38:00 +00:00
Reinstate -DNO_SECUREZEROMEMORY for the Coverity build.
In commit 188e2525c
I removed it from Winelib builds in general on the
grounds that Winelib had acquired that function. But now that I come
to try a Coverity build, I find that that is still one Winelib build
that does fail if I call SecureZeroMemory.
This commit is contained in:
parent
77aff29e18
commit
fbd2c360fa
@ -25,7 +25,7 @@ enddelegate
|
|||||||
# Windows scanner for download).
|
# Windows scanner for download).
|
||||||
delegate covscan32wine
|
delegate covscan32wine
|
||||||
in putty do tar xzvf cov-int.tar.gz
|
in putty do tar xzvf cov-int.tar.gz
|
||||||
in putty/windows do cov-build --dir ../cov-int make -f Makefile.mgw CC=winegcc RC=wrc XFLAGS=-DCOVERITY
|
in putty/windows do cov-build --dir ../cov-int make -f Makefile.mgw CC=winegcc RC=wrc XFLAGS="-DCOVERITY -DNO_SECUREZEROMEMORY"
|
||||||
in putty do tar czvf cov-int.tar.gz cov-int
|
in putty do tar czvf cov-int.tar.gz cov-int
|
||||||
return putty/cov-int.tar.gz
|
return putty/cov-int.tar.gz
|
||||||
enddelegate
|
enddelegate
|
||||||
|
Loading…
Reference in New Issue
Block a user