horde/lib/Horde/VC/svn.php bug report
Norbert Mocsnik <[email protected]> Sun, 10 Jul 2005 15:26:47 +0200
| Newsgroups | gmane.comp.horde.chora |
|---|---|
| Message-ID | <[email protected]> |
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/
--
Chora mailing list - Join the hunt: http://horde.org/bounties/#chora
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]