Revision 4c80bc6f4da40d4d8e9f91eff0be0549d3ed8cec authored by Fons Rademakers on 25 June 2004, 23:12:51 UTC, committed by Fons Rademakers on 25 June 2004, 23:12:51 UTC
1) TUnixSystem::TempFileName uses TUnixSystem::ConcatFileName. ConcatFileName
returns a string which is suppose to be deleted. TempFileName just set a
TString equal to it and doesn't delete the returned string.

2) TAuthenticate (non-default) constructor makes the variable "sproto" (with
StrDup), eventually setting the TString fProtocol equal to it, but never
deletes sproto.

3) TAuthenticate::ReadRootAuthrc defines "char* authrc". There are numerous
ways to leave this function without deleting authrc or setting authrc to
something else without deleting the previous contents.


git-svn-id: http://root.cern.ch/svn/root/trunk@9328 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 9630762
History
File Mode Size
RootShower
.cvsignore -rw-r--r-- 343 bytes
Aclock.cxx -rw-r--r-- 5.0 KB
Aclock.h -rw-r--r-- 4.0 KB
DrawTest.sh -rwxr-xr-x 259 bytes
Event.cxx -rw-r--r-- 14.3 KB
Event.h -rw-r--r-- 7.5 KB
EventLinkDef.h -rw-r--r-- 259 bytes
GetWebHistogram.C -rw-r--r-- 426 bytes
Hello.cxx -rw-r--r-- 3.3 KB
Hello.h -rw-r--r-- 1.5 KB
MainEvent.cxx -rw-r--r-- 10.1 KB
Makefile -rw-r--r-- 9.9 KB
Makefile.arch -rw-r--r-- 10.9 KB
Makefile.win32 -rw-r--r-- 6.0 KB
QpRandomDriver.cxx -rw-r--r-- 1.8 KB
README -rw-r--r-- 2.0 KB
TBench.cxx -rw-r--r-- 6.3 KB
TBench.h -rw-r--r-- 2.5 KB
TestVectors.cxx -rw-r--r-- 23.8 KB
Tetris.cxx -rw-r--r-- 27.1 KB
Tetris.h -rw-r--r-- 13.5 KB
bench.cxx -rw-r--r-- 15.3 KB
benchLinkDef.h -rw-r--r-- 288 bytes
ctorture.cxx -rw-r--r-- 6.7 KB
dt_DrawTest.C -rw-r--r-- 7.2 KB
dt_MakeFiles.sh -rwxr-xr-x 582 bytes
dt_MakeRef.C -rw-r--r-- 11.1 KB
dt_Makefile -rw-r--r-- 2.0 KB
dt_RunDrawTest.C -rw-r--r-- 5.4 KB
dt_RunDrawTest.sh -rwxr-xr-x 2.9 KB
dt_build.C -rw-r--r-- 68 bytes
dt_wrap.C -rw-r--r-- 226 bytes
eventa.cxx -rw-r--r-- 1.5 KB
eventb.cxx -rw-r--r-- 2.0 KB
eventload.cxx -rw-r--r-- 581 bytes
guitest.cxx -rw-r--r-- 73.8 KB
guiviewer.cxx -rw-r--r-- 10.3 KB
guiviewer.h -rw-r--r-- 800 bytes
guiviewerLinkDef.h -rw-r--r-- 149 bytes
hsimple.cxx -rw-r--r-- 2.1 KB
hworld.cxx -rw-r--r-- 1.2 KB
make_event_par.sh -rwxr-xr-x 809 bytes
minexam.cxx -rw-r--r-- 6.7 KB
stress.cxx -rw-r--r-- 56.1 KB
stressLinear.cxx -rw-r--r-- 129.7 KB
stressgeom.cxx -rw-r--r-- 13.0 KB
tcollbm.cxx -rw-r--r-- 10.1 KB
tcollex.cxx -rw-r--r-- 11.4 KB
test2html.cxx -rw-r--r-- 707 bytes
testbits.cxx -rw-r--r-- 5.5 KB
tstring.cxx -rw-r--r-- 3.4 KB
vlazy.cxx -rw-r--r-- 3.8 KB
vmatrix.cxx -rw-r--r-- 48.2 KB
vvector.cxx -rw-r--r-- 22.1 KB

README

back to top