Arquivos
hhvm/hphp/runtime/base
Sara Golemon b8868a1c40 Cast result of unpack to uint64_t when requesting unsigned type 'I'
ZendPack::unpack() always returns a signed int32_t,
regardless of actual storage type being unpacked.  For 32bit
unsigned types ('L', 'N', 'V', and 'I'(on I32 systems)) this
means overflowing in the helper and we have to explicitly
recast it to a uint64_t to get the data back out.

For LNV, this was already handled, it was missed for I.
2013-03-27 17:39:44 -07:00
..
2013-03-27 17:39:41 -07:00
2013-03-18 16:05:53 -07:00
2013-03-09 12:49:37 -08:00
2013-03-27 17:39:41 -07:00
2013-02-19 06:57:54 -08:00
2013-03-18 16:05:53 -07:00
2013-03-19 14:11:11 -07:00
2013-02-19 06:57:54 -08:00
2013-02-11 02:10:41 -08:00
2013-03-21 16:51:06 -07:00
2013-03-18 16:05:53 -07:00
2013-03-09 12:49:37 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-03-27 16:10:46 -07:00
2013-02-11 02:10:41 -08:00
2013-02-19 06:57:54 -08:00
2013-03-09 12:49:37 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-03-12 14:22:14 -07:00
2013-02-11 02:10:41 -08:00
2013-03-19 14:11:00 -07:00
2013-02-19 06:57:54 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-02-19 06:57:54 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-03-09 12:49:37 -08:00
2013-02-19 06:57:54 -08:00
2013-03-09 12:49:37 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-03-19 14:11:00 -07:00
2013-03-14 14:27:16 -07:00