Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

faulty intialization in spiffs_create_object #184

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 30, 2017

  1. Te function "spiffs_create_object" did use unitialized varaibles acco…

    …rding to valgrind.
    Robert M. B committed Oct 30, 2017
    Configuration menu
    Copy the full SHA
    8cc82cf View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

  1. Configuration menu
    Copy the full SHA
    c04d9ec View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. cleaning up the error handling.

    two tests did fail.
    Robert-B committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    e17a749 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    a5d3feb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a282626 View commit details
    Browse the repository at this point in the history
  3. show spiffs result.

    sensslen committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    9088f67 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. re-enabling two test-cases.

    strncpy calls changed to use the sizeof operator.
    sensslen committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    90c3bd9 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2018

  1. Configuration menu
    Copy the full SHA
    c6b3c33 View commit details
    Browse the repository at this point in the history