Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

explicit_bzero

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

explicit_bzero

  • 1
  • Rubygems
  • Socket score

Version published
Maintainers
2
Created
Source

Ruby hidden explicit_bzero() function exported.

Ruby's C implementation has its explicit_bzero() function but it never make the function available from the ruby land. I'll do that for you.

Provided functionality

This library provides one method named String#explicit_bzero. Which is of course not very ruby-ish, I know, but best describes what is going on.

string.explicit_bzero() # => self

Cleanse the receiver. Raises FrozenError if the receiver is frozen.

Q&As

This library fails to load on my machine. Why?

Your ruby is too old. All Ruby since 2015 has this function.

I want this also possible on JRuby!

I suspect that's possible. Not sure how though. Pull request much appreciated.

FAQs

Package last updated on 19 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc