Don't call system() in the constructor path
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 23 Feb 2010 23:56:27 +0000 (18:56 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 23 Feb 2010 23:56:27 +0000 (18:56 -0500)
commitd6d27063c1bef41888d6310d992106c205859353
tree0a34d0b664a12b3d9300c7a4ab6c26902c738b4a
parentc08873445e68e10e1b23aa787c80a394eea73eb6
Don't call system() in the constructor path

This leads to an infinite process creation loop.

Instead of calling mkdir -p on the shell, add an mkdir -p function.
libustcomm/ustcomm.c
This page took 0.023447 seconds and 4 git commands to generate.