~arges/ubuntu/quantal/rsyslog/fix-lp1059592

« back to all changes in this revision

Viewing changes to tools/iminternal.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl
  • Date: 2011-02-23 12:03:06 UTC
  • mfrom: (1.3.3 upstream)
  • mto: (36.1.1 oneiric.merge)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: james.westby@ubuntu.com-20110223120306-e763gli5nhevikh6
Tags: 5.7.5-1
* New upstream release.
  - Fix regression in imuxsock plugin which did no longer sanitize received
    messages. This makes 02-cleanup-trailing-lf.patch obsolete and also
    fixes the SQL syntax errors in the mysql output if the input contained
    NUL bytes. Closes: #614061
* Enable and install omprog output plugin. Closes: #552095
* Improve package description. Closes: #612948
  Thanks to Justin B Rye for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
123
123
        iminternal_t *pThis;
124
124
        linkedListCookie_t llCookie = NULL;
125
125
 
126
 
        assert(pPri != NULL);
127
126
        assert(ppMsg != NULL);
128
127
 
129
128
        CHKiRet(llGetNextElt(&llMsgs, &llCookie, (void*)&pThis));