Skip to content

Propagate errors from generate_hash_secret_salt up to XML_Parse/XML_ParseBuffer? #36

@hartwork

Description

@hartwork

At the moment, generate_hash_secret_salt uses fallback code when high quality sources of entropy fail to serve entropy. For the future we could propagate errors upwards so that XML_Parse/XML_ParseBuffer fails with an error, instead. We may need a new error code and consider pros and cons of that approach.

The call tree is:

  1. XML_Parse/XML_ParseBuffer
  2. startParsing
  3. generate_hash_secret_salt

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions