]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
newer gcc does not like when you use out of bounds array indexes to access other...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 20 Jun 2013 15:16:32 +0000 (10:16 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 20 Jun 2013 15:17:17 +0000 (10:17 -0500)
commitadf61e4bf56963ce23a5cbde1ae85f8d6d605a67
tree48b6eed50102f321753294f35d1da0bc250973d1
parent55b82c2a08d205042195674389c9f00d56b08296
newer gcc does not like when you use out of bounds array indexes to access other elements in a struct (at least at -O2)
libs/sofia-sip/libsofia-sip-ua/msg/msg_parser.c