> 2017-05-17 17:53 GMT+02:00 Jeffrey Walton <nolo...@gmail.com <javascript:>>: 
>
> > We still need Windows Phone, WIndows Store and MinGW tested. If anyone 
> > specializes in the platforms, then please make a testing pass using 
> master. 
>
> With MinGW32, I got this in all 16 debug configurations: 
> Testing Compressors and Decompressors... 
> passed: filenames, filetimes and comments 
> passed: 128 zips and unzips 
> Assertion failed: zinflate.cpp(560): DecodeBody 
> ERROR: failed to execute validation suite 
>

Yeah, it sounds like MinGW uses Posix assert, not out CRYPTOPP_ASSERT. I 
think the problem is with signals. We can't install the SIGTRAP handler.
 

> Which is this assert: 
> // TODO: this surfaced during fuzzing. What do we do??? 
> CRYPTOPP_ASSERT(m_distance < COUNTOF(distanceExtraBits)); 
> if (m_distance >= COUNTOF(distanceExtraBits)) 
>   throw BadDistanceErr(); 
>
> MinGW64 and MSYS are still running. 
>
> I had build problems for Windows Store/Phone that I'm going to look 
> into today if I find enough time. Do you only need Store/Phone or also 
> Windows Universal App builds? 
>

I believe it should but I don't have a test device.

Jeff 

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to