Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-42955

Call explicit_bzero where available

    • Type: Icon: Improvement Improvement
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Security 2020-04-20

      explicit_bzero was added to GLIBC 2.25+, FreeBSD 11.0+, and OpenBSD 5.5+. MongoDB should use it if available on platforms that support it instead of the for loop in secure_zero_memory.cpp.

      For more information, see https://www.gnu.org/software/libc/manual/html_node/Erasing-Sensitive-Data.html

            Assignee:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Reporter:
            mark.benvenuto@mongodb.com Mark Benvenuto
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: