2009-05-05 13:58:11 request to update pand/main.c with vfork
Kyle Schlansker (UNITED STATES)
Message: 73683
Could you make the standard fork->vfork changes to user/bluez-utils/bluez-utils-2.25/pand/main.c in trunk?
Here is one of them:
191,192c195,196
< switch (fork()) {
---
> switch (vfork()) {
The other is in void run_devup.
QuoteReplyEditDelete
2009-05-05 16:55:19 Re: request to update pand/main.c with vfork
Mike Frysinger (UNITED STATES)
Message: 73705
i fixed the fork() usage in run_devup() and in main(), but not do_listen(). the fork() usage in do_listen() is not a simple s/fork/vfork/ ... the code needs to be reworked there.
QuoteReplyEditDelete