symisc / PH7

An Embedded Implementation of PHP (C Library)
http://ph7.symisc.net
Other
494 stars 68 forks source link

Fix handle leak. #11

Closed ghost closed 9 years ago

ghost commented 9 years ago

SyOSUtilRandomSeed() open "/dev/urandom" but not close() fd.

And fix last issue.

symisc commented 9 years ago

Thx for contribution. Will take care of that!