~ampelbein/ubuntu/oneiric/heartbeat/lp-770743

« back to all changes in this revision

Viewing changes to heartbeat/client_lib.c

  • Committer: Bazaar Package Importer
  • Author(s): Martin Schulze
  • Date: 2002-10-09 21:03:59 UTC
  • Revision ID: james.westby@ubuntu.com-20021009210359-6y1hyn4lhsoey9ul
Tags: 0.4.9.0l-7.2
* Non-maintainer upload by security team
* Fixed several buffer overflows found by Nathan Wallwork.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1594
1594
void
1595
1595
ha_error(const char * msg)
1596
1596
{
1597
 
        ha_log(0, msg);
 
1597
        ha_log(LOG_ERR, "%s", msg);
1598
1598
}
1599
1599
 
1600
1600
extern int      sys_nerr;