[chora] horde/lib/Horde/VC/svn.php bug report

Norbert Mocsnik lists at norbert.mocsnik.hu
Sun Jul 10 06:26:47 PDT 2005


Hi List,


*** *** *** *** *** *** ***
This is NOT a solution to my previous problem,
I still need your help regarding that.
This is the description of a bug that I noticed
while debugging.
*** *** *** *** *** *** ***


horde/lib/Horde/VC/svn.php line 303:
$dir = popen($cmd, 'r');

If this returns false for some reason, the loop
that follows it will never exit:
while (!feof($dir)) {

This should be replaced to
while (($dir) && (!feof($dir))) {
so the execution can continue and the
user gets the appropriate warnings in the browser.


Please let me know if I should report this bug
and where. I'm not too familiar with the structure
of Horde yet. Dunno if this belongs to the core
or to some external module. If you could paste
an URL where I can directly paste this bug,
I'm glad to do it.

-- 
Regards,
Norbert Mocsnik
http://norbert.mocsnik.hu/


More information about the chora mailing list