Travis Cross a973fb6347 Fix memset calls in APR sha2 implementation
The implementation clears the context / state data from memory when it
is finished with it.  Prior to this commit, however, it was actually
only clearing the first 4 bytes on x86 or 8 bytes on x86_64.

clang warns:

  warning: argument to 'sizeof' in 'memset' call is the same
  expression as the destination; did you mean to dereference it?
      [-Wsizeof-pointer-memaccess]
2012-06-24 08:05:25 +00:00
2012-06-16 19:32:27 +00:00
2009-02-11 02:53:31 +00:00
2012-06-23 22:34:19 +00:00
2009-02-13 23:33:36 +00:00
2008-05-14 20:39:43 +00:00
2009-12-17 18:33:45 +00:00
2012-06-24 07:38:08 +00:00
2010-04-01 21:00:45 -04:00
2012-05-28 16:35:00 +00:00
2012-06-14 22:47:21 +00:00
2009-10-02 14:44:16 +00:00
2012-05-15 10:20:52 -05:00
2010-01-23 20:19:18 +00:00
2011-07-12 14:35:53 -05:00
2009-11-18 19:42:00 +00:00
2006-12-17 01:01:09 +00:00
add
2011-10-21 10:15:15 -05:00
Description
FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Multiple Licenses 196 MiB
Languages
C 65.2%
C++ 20.8%
JavaScript 4.8%
Assembly 2%
Makefile 1%
Other 5.4%