cvs commit: ports/lang/erlang Makefile ports/lang/erlang/files
patch-lib_erl__interface_src_decode_decode__big.c
Jimmy Olgeni
olgeni at FreeBSD.org
Sat Jun 13 10:02:43 UTC 2009
olgeni 2009-06-13 10:02:42 UTC
FreeBSD ports repository
Modified files:
lang/erlang Makefile
Added files:
lang/erlang/files
patch-lib_erl__interface_src_decode_decode__big.c
Log:
Add bugfix for ei_decode_big.
"The high order bits of the 16-bits digit (short) are read, even if
the byte (at u[(i*2)+1]) doesn't belong to the big. In other words,
big numbers such as 16#1234567890 with an odd number of bytes are
decoded with a garbage byte (i.e. 16#XX1234567890)."
http://erlang.org/pipermail/erlang-bugs/2008-October/001023.html
Obtained from: Paul Guyot <pguyot at kallisys.net>
Revision Changes Path
1.136 +1 -1 ports/lang/erlang/Makefile
1.1 +17 -0 ports/lang/erlang/files/patch-lib_erl__interface_src_decode_decode__big.c (new)
More information about the cvs-all
mailing list