mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-27 03:20:22 +08:00
Zero-init copy2 writebuf
This commit is contained in:
parent
2825ad64c2
commit
7f038d0f15
@ -8445,6 +8445,7 @@ mdb_env_copyfd1(MDB_env *env, HANDLE fd)
|
||||
if (rc)
|
||||
return rc;
|
||||
#endif
|
||||
memset(my.mc_wbuf[0], 0, MDB_WBUF*2);
|
||||
my.mc_wbuf[1] = my.mc_wbuf[0] + MDB_WBUF;
|
||||
my.mc_wlen[0] = 0;
|
||||
my.mc_wlen[1] = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user