~ubuntu-branches/ubuntu/oneiric/strongswan/oneiric

« back to all changes in this revision

Viewing changes to src/openac/openac.c

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2009-04-01 22:17:52 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401221752-eozrk0ctabblo94z
* New upstream release, which incorporates the fix. Removed dpatch for it.
  Closes: #521950: CVE-2009-0790: DoS
* New support for EAP RADIUS authentication, enabled for this package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
21
21
 * for more details.
22
22
 *
23
 
 * RCSID $Id: openac.c 4345 2008-09-17 08:10:48Z martin $
 
23
 * RCSID $Id: openac.c 4749 2008-12-04 04:34:49Z andreas $
24
24
 */
25
25
 
26
26
#include <stdio.h>
540
540
                                                        BUILD_SIGNING_CERT, signerCert,
541
541
                                                        BUILD_SIGNING_KEY, signerKey,
542
542
                                                        BUILD_END);
543
 
                free(serial.ptr);
544
543
                if (!attr_cert)
545
544
                {
546
545
                        goto end;