Index | Thread | Search

From:
"Ted Unangst" <tedu@tedunangst.com>
Subject:
Re: rpki-client: add error checks for pthread_* calls
To:
"Claudio Jeker" <cjeker@diehard.n-r-g.com>
Cc:
"Theo Buehler" <tb@theobuehler.org>, "Job Snijders" <job@openbsd.org>, tech@openbsd.org
Date:
Tue, 24 Jun 2025 01:08:39 -0400

Download raw body.

Thread
  • Claudio Jeker:

    rpki-client: add error checks for pthread_* calls

    • Ted Unangst:

      rpki-client: add error checks for pthread_* calls

  • David Gwynne:

    rpki-client: add error checks for pthread_* calls

  • On 2025-06-23, Claudio Jeker wrote:
    
    > The pthread api is just painful. Some stuff just can't fail (or should
    > blow up if held wrong).  This is where I'm not sure if adding all those
    > checks will actually do any good. Didn't I mention that the pthread API is
    > painful...
    
    there is also mutex type strict (np), just throwing that out there.
    
    
  • Claudio Jeker:

    rpki-client: add error checks for pthread_* calls

  • David Gwynne:

    rpki-client: add error checks for pthread_* calls