On 19 May 2014 09:18, Ola Røer Thorsen <o...@silentwings.no> wrote:

> Hi,
>
> If I call rcc (the Qt Resource Compiler) twice using the exact same input,
> the resulting .cpp files are never exactly the same. They are all
> completely valid, just the ordering of "items" inside is different. I'm
> just curious, why?
>
>
It's due to the hash randomisation. This was done to avoid DoS attacks that
can be performed by  tweaking data to ensure it always falls into the same
hash bucket.

Rich.
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to