From 1ba0698db6a2a3bfb0834b37a1e4fda47bb7589d Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Fri, 29 Sep 2017 21:32:42 -0600 Subject: [PATCH] * Initialize unitilized variable in pith/smime.c and delete .pdb and .ilk files in a PC-Alpine "build clean" command. --- build.bat | 18 ++++++++++++++++++ pith/pine.hlp | 2 +- pith/smime.c | 1 + 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/build.bat b/build.bat index 52d5431..30455fe 100644 --- a/build.bat +++ b/build.bat @@ -76,6 +76,24 @@ echo Sure you want to delete object, library and executable files?!?! echo If NOT, type Ctrl-C to terminate build script NOW. Type ENTER if you do. pause echo Cleaning alpine, pico, mailutil, mapi, and c-client directories +echo del *.pdb +del /Q alpine\*.pdb +del /Q c-client\*.pdb +del /Q c-client-dll\*.pdb +rem del /Q mailutil\*.pdb +rem del /Q mapi\*.pdb +del /Q pico\*.pdb +del /Q pith\*.pdb +del /Q regex\*.pdb +del /Q alpine\osdep\*.pdb +del /Q pico\osdep\*.pdb +del /Q pith\charconv\*.pdb +del /Q pith\osdep\*.pdb +echo del *.ilk +del /Q alpine\*.ilk +rem del /Q mapi\*.ilk +del /Q pico\*.ilk +del /Q pith\*.ilk set alpinemake=makefile.wnt set extramakecommand=clean if NOT exist c-client goto nocclient diff --git a/pith/pine.hlp b/pith/pine.hlp index 8944930..86fc2a6 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 219 2017-09-27 23:30:48 +Alpine Commit 220 2017-09-29 21:32:36 ============= h_news ================= diff --git a/pith/smime.c b/pith/smime.c index 50c0dcc..90aa832 100644 --- a/pith/smime.c +++ b/pith/smime.c @@ -2980,6 +2980,7 @@ smime_validate_extra_test(char *mimetext, unsigned long mimelen, char *bodytext, mtext = mimelen ? fs_get(mimelen+1) : NULL; btext = fs_get(bodylen+1); + result = 0; flag = 1; /* silence all failures */ for(i = 1; result == 0 && i < TOTAL_SIGFLTR; i++){ -- 2.11.4.GIT