Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
nodejs10.14080
valgrind_fixes.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File valgrind_fixes.patch of Package nodejs10.14080
Index: node-v10.12.0/deps/uv/src/unix/linux-core.c =================================================================== --- node-v10.12.0.orig/deps/uv/src/unix/linux-core.c +++ node-v10.12.0/deps/uv/src/unix/linux-core.c @@ -213,6 +213,8 @@ void uv__io_poll(uv_loop_t* loop, int ti int op; int i; + memset(&e, 0, sizeof(e)); + if (loop->nfds == 0) { assert(QUEUE_EMPTY(&loop->watcher_queue)); return;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor