]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
CID: 1294434 fixing a sizeof statement that was working for so long because on 64bit...
authorWilliam King <william.king@quentustech.com>
Thu, 16 Apr 2015 18:48:04 +0000 (11:48 -0700)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:47:21 +0000 (12:47 -0500)
commitcaee0a3119834cd35c4d59bff160d2a9f0d624f5
tree3f91395884a876841a32568885b58a81dfa347d6
parent4f468b14e9023fccb44988d05acad25a29766015
CID: 1294434 fixing a sizeof statement that was working for so long because on 64bit boxes the pointer size would be 64bits and the uint8_t was expecting at least 32
src/switch_core_hash.c