HardenedPartitionAlloc icon indicating copy to clipboard operation
HardenedPartitionAlloc copied to clipboard

A forked and hardened version of PartitionAlloc from Chrome's Blink engine

Results 2 HardenedPartitionAlloc issues
Sort by recently updated
recently updated
newest added

hi, I got following error on Ubuntu /usr/bin/ld: /tmp/PartitionAlloc-5cd5aa.o: relocation R_X86_64_PC32 against symbol `_ZN3WTF25PartitionAllocatorGenericC2Ev' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed:...

The memalign functions are the only (I believe) functions missing from PartitionAlloc that would allow this to be used as a memory replacement library in Firefox. Which would be cool....