Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8801757
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T00:54:57+00:00 2026-06-14T00:54:57+00:00

Is there a Mac OS X equivalent of RtlSecureZeroMemory / SecureZeroMemory , a function

  • 0

Is there a Mac OS X equivalent of RtlSecureZeroMemory / SecureZeroMemory, a function which zeroes a block of memory, but the call will not be optimized away by the compiler?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T00:54:58+00:00Added an answer on June 14, 2026 at 12:54 am

    Write your own function:

    void secure_zero(void *s, size_t n)
    {
        volatile char *p = s;
    
        while (n--) *p++ = 0;
    }
    

    EDIT: to the question in the comments, why not memset? The memset function call could be optimized away by the compiler if the array object is no futher accessed.

    Note that C11 adds the (optional) function memset_s and the Standard guarantees the function call cannot be optimized away:

    (C11, K.3.7.4.1p4) “[…] Unlike memset, any call to the memset_s function shall be evaluated strictly according to the rules of the abstract machine as described in (5.1.2.3). That is, any call to the memset_s function shall assume that the memory indicated by s and n may be accessible in the future and thus must contain the values indicated by c.”

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there an equivalent function to SendMessage in the Mac OS?
Is there a way to call a MySQL stored function (not procedure) in Zend
Is there any equivalent of IO COmpletion ports on Mac OS X for implementing
is there any good equivalent debugger for Mac OS X? Something that allows patching
Is there any Mac OS X equivalent header file for sysinfo.h in Linux. I
Is there an equivalent method for tableView:indexPathForCell on Mac? I'm trying to get the
In Mac OS X, there is AppKit addition which supports reading and writing of
Are there any free Mac OSX IDEs for SQLite that you would recommend? I've
In Mac OS X: Is there a programmatic way to detect if the selected
Is there a default classpath on Mac OS X 10.6? When I echo $CLASSPATH

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.