-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104960/
-----------------------------------------------------------

Review request for kdelibs.


Description
-------

The KJS allocator will likely crash with a 0-deref on allocation errors. The 
exact behaviour will also depend on the platform, e.g. a Un*x platform without 
posix_memalign() will have MAP_FAILED as the pointer used for calculations 
(which is (void*)-1), other will have 0.

This will make the allocator have a sane default behaviour: just return 0.


Diffs
-----

  kjs/collector.cpp 70e4757 

Diff: http://git.reviewboard.kde.org/r/104960/diff/


Testing
-------


Thanks,

Rolf Eike Beer

Reply via email to