You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Stefan Fritsch <sf...@sfritsch.de> on 2012/09/04 10:00:45 UTC

Re: [VOTE] Release apr-util 1.5.0

On Wednesday 08 August 2012, Gregg Smith wrote:
> 1 warning
> crypt_blowfish.c
> .\crypto\crypt_blowfish.c(894) : warning C4244: '=' : conversion
> from 'unsigned long' to 'char', possible loss of data

That's a false positive. "count" can only be between 4 and 31 at this 
point. IMHO the compiler should be able to recognize that.

> I have a single patch (attached) to deal with all these issues.
> This is  same in
> apr-util 1.4.1 and patch should work for both 1.4.x & 1.5.x

I cannot say anything about the other issues you mentioned. Has anyone 
who is familiar with the Windows toolchain looked at the patch?