Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 3a2b5030ae1c
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: 2cad7a69ce32
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on May 20, 2013

  1. buffer: throw when writing beyond buffer

    Previously one could write anywhere in a buffer pool if they accidently
    got their offset wrong. Mainly because the cc level checks only test
    against the parent slow buffer and not against the js object properties.
    So now we check to make sure values won't go beyond bounds without
    letting the dev know.
    trevnorris committed May 20, 2013
    Copy the full SHA
    2cad7a6 View commit details
    Browse the repository at this point in the history