current loaders.c,1.102,1.103
Fabian Keil <[email protected]> Sun, 08 May 2016 10:45:34 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv20436
Modified Files:
loaders.c
Log Message:
edit_read_line(): Remove a pointless pointer check coverity complaints about (CID #161211)
Index: loaders.c
===================================================================
RCS file: /cvsroot/ijbswa/current/loaders.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -C2 -d -r1.102 -r1.103
*** loaders.c 26 Feb 2016 12:30:46 -0000 1.102
--- loaders.c 8 May 2016 10:45:32 -0000 1.103
***************
*** 631,643 ****
{
is_empty = 0;
! if (data)
{
! if (string_append(&data, linestart))
! {
! freez(raw);
! freez(prefix);
! free(linebuf);
! return JB_ERR_MEMORY;
! }
}
}
--- 631,640 ----
{
is_empty = 0;
! if (string_append(&data, linestart))
{
! freez(raw);
! freez(prefix);
! free(linebuf);
! return JB_ERR_MEMORY;
}
}
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z