Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jun 2009 10:02:42 +0000 (UTC)
From:      Jimmy Olgeni <olgeni@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/erlang Makefile ports/lang/erlang/files patch-lib_erl__interface_src_decode_decode__big.c
Message-ID:  <200906131002.n5DA2g2a090939@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906131002.n5DA2g2a090939>