MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / restore

Method restore

g2all/700/psfree.js:368–371  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366
367 // remember to use this to fix up the StringImpl before freeing it
368 restore() {
369 this.rstr_view.write64(off.strimpl_m_data, this.m_data);
370 this.rstr_view.write32(off.strimpl_strlen, original_strlen);
371 }
372}
373
374// we now have a double free on the fastMalloc heap

Callers 1

make_arwFunction · 0.45

Calls 2

write64Method · 0.45
write32Method · 0.45

Tested by

no test coverage detected