]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Fix a bus error that happened when asterisk was built with optimizations on
authorRussell Bryant <russell@russellbryant.com>
Fri, 11 Jan 2008 18:48:07 +0000 (18:48 +0000)
committerRussell Bryant <russell@russellbryant.com>
Fri, 11 Jan 2008 18:48:07 +0000 (18:48 +0000)
commitd1256bb8a695b1bce14c47ad68011ab4c64522b4
treea2c90d61491939ff83913dabf1d38f0593a1c8fe
parentada37a921b21528d47fffea237f360b40d8fa126
Fix a bus error that happened when asterisk was built with optimizations on
with platforms that explode on unaligned access.  I'm not exactly sure why
this fixes it, but it fixed it on the machine I was testing on.  If it makes
sense to you, feel free to enlighten me.  :)

(closes issue #11725, patched by me)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98270 65c4cc65-6c06-0410-ace0-fbb531ad65f3
codecs/codec_resample.c