* Peter Bex <[email protected]> [120621 20:53]: > Hi all, > > While still chasing the bug(s?) found by Megane and Mario, I noticed > another small mistake in the memory handling of the GC. This one could > have actual consequences in practice. The out of memory check > does a calculation which is compared to a maximum memory endpoint. > > This calculation is repeated later to really set the heap size, but > that second calculation includes an extra alignment. This alignment > adds up to 7 more bytes, which means there's a situation where we *just* > run out of memory, but the test won't flag it.
Well spotted! Thanks! (+ pushed) -- 9 out of 10 voices in my head say, that I am crazy, one is humming. _______________________________________________ Chicken-hackers mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-hackers
