Fix 64bit crash & tc fail when get content info from buffer 87/93387/1 accepted/tizen/common/20161025.155104 accepted/tizen/common/20161031.121750 accepted/tizen/ivi/20161101.004509 accepted/tizen/mobile/20161101.004417 accepted/tizen/tv/20161101.004436 accepted/tizen/wearable/20161101.004449 submit/tizen/20161025.104308 submit/tizen/20161031.023900 submit/tizen_3.0_common/20161104.104000
authorJiyong Min <jiyong.min@samsung.com>
Mon, 24 Oct 2016 05:20:51 +0000 (14:20 +0900)
committerJiyong Min <jiyong.min@samsung.com>
Mon, 24 Oct 2016 05:27:53 +0000 (14:27 +0900)
commit0b1944e7d0c04ebd292d41f9db69b5b178ccb444
tree91a9f00313194471c698b0ec50dfd7fd8952cbef
parent2ade4d53ac9ec8c8d03a0e9d01407ea2dca625f1
Fix 64bit crash & tc fail when get content info from buffer

 [Problem] 64bit address is 8 byte(64bit), so the URI of memory buffer should be assigned to 8 byte string.
          The typecast of memory buffer is changed from unsigned int(4 byte) to unsigned long(8 byte).
          In 32bit, unsigned int and unsigned long are 4 byte. It has no problem for 32bit.

Change-Id: I09fa95e4c1cf937651c1c4e77d30053f577d7c2d
Signed-off-by: Jiyong Min <jiyong.min@samsung.com>
formats/ffmpeg/mm_file_formats.c
packaging/libmm-fileinfo.spec