Files
mongo/examples
Keith Bostic 6ea2734130 CID 1129079 (#1 of 1): Uninitialized pointer read (UNINIT)
8. uninit_use: Using uninitialized value "value".

Restructure so we drop core if there's a problem (initialize
key & value to NULL), and we don't read "value" unless it's
been initialized.
2013-11-15 19:59:49 -05:00
..