You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NaN workaround for gridfile_get_numchunks (mongo_c_driver/src/gridfs.c).
gridfile_get_numchunks returns -2147483648 when chunkSize is 0
(converting NaN to int). Conversion this int to ngx_uint_t produce
2147483648 and next ngx_pcalloc throws out of memory.
0 commit comments