Skip to content
This repository was archived by the owner on Apr 5, 2019. It is now read-only.
This repository was archived by the owner on Apr 5, 2019. It is now read-only.

SEGV in ristretto_gen_tables on Travis CI (Linux/clang) #24

@tarcieri

Description

@tarcieri

The ristretto_gen_tables executable, which is used to generate ristretto_tables.c, sporadically segfaults on Travis CI when compiled with Linux/clang:

https://travis-ci.org/Ristretto/libristretto255/jobs/416021686#L471

This means our memory safety problems aren't just limited to bindgen-generated code (#22). We appear to have problems with pure C code as well.

Curiosities:

  • The OS X build with clang always seems to succeed
  • So far this has always impacted PR builds and never builds on master

Metadata

Metadata

Assignees

No one assigned

    Labels

    linuxLinux-specific problemssecuritySecurity-critical bugs or changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions