diff options
author | Raimo Niskanen <[email protected]> | 2013-11-26 12:32:30 +0100 |
---|---|---|
committer | Raimo Niskanen <[email protected]> | 2013-11-26 12:32:30 +0100 |
commit | 6dd7c114b018ac412ed0d5c3423e988094aa9655 (patch) | |
tree | aeca4ba3fa836dcd10499217076ca775a5e7ff5c /erts/emulator/beam/io.c | |
parent | c8f3e4101497ea268f9dde227651e508f02eb90d (diff) | |
parent | 666884a245fd57f04e0a15b0602c46bf271966f0 (diff) | |
download | otp-6dd7c114b018ac412ed0d5c3423e988094aa9655.tar.gz otp-6dd7c114b018ac412ed0d5c3423e988094aa9655.tar.bz2 otp-6dd7c114b018ac412ed0d5c3423e988094aa9655.zip |
Merge branch 'maint'
Conflicts:
erts/preloaded/ebin/prim_inet.beam
lib/kernel/test/gen_sctp_SUITE.erl
Diffstat (limited to 'erts/emulator/beam/io.c')
-rw-r--r-- | erts/emulator/beam/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/io.c b/erts/emulator/beam/io.c index b2803747eb..60c3ce2de5 100644 --- a/erts/emulator/beam/io.c +++ b/erts/emulator/beam/io.c @@ -4079,7 +4079,7 @@ erts_port_control(Process* c_p, copy = 1; else { binp = ((ProcBin *) ebinp)->val; - ASSERT(bufp < bufp + size); + ASSERT(bufp <= bufp + size); ASSERT(binp->orig_bytes <= bufp && bufp + size <= binp->orig_bytes + binp->orig_size); erts_refc_inc(&binp->refc, 1); |