Files
bind9/lib/dns
Mark Andrews a39b4552a9 Move lock earlier in the call sequence
fctx->state should be read with the lock held.

    1559        /*
    1560         * Caller must be holding the fctx lock.
    1561         */

    CID 468796: (#1 of 1): Data race condition (MISSING_LOCK)
    1. missing_lock: Accessing fctx->state without holding lock fetchctx.lock.
       Elsewhere, fetchctx.state is written to with fetchctx.lock held 2 out of 2 times.
    1562        REQUIRE(fctx->state == fetchstate_done);
    1563
    1564        FCTXTRACE("sendevents");
    1565
    1566        LOCK(&fctx->lock);
    1567

(cherry picked from commit 43f0b0e8eb)
2024-08-29 12:46:43 +00:00
..
2024-03-08 15:36:56 -08:00
2024-02-14 13:24:56 +01:00
2024-02-08 08:01:58 +01:00
2024-08-22 10:17:08 +00:00
2024-05-07 10:01:12 +10:00
2024-08-01 03:48:08 +00:00
2024-08-02 06:42:59 +00:00
2024-04-30 12:50:01 -07:00
2024-04-02 10:35:56 +02:00
2024-05-16 09:49:41 +00:00
2024-03-08 15:36:56 -08:00
2024-04-23 13:11:52 +02:00
2024-04-10 22:51:07 -04:00
2024-08-22 10:17:08 +00:00
2024-01-05 11:16:12 +01:00
2024-01-25 14:48:07 +01:00
2024-04-30 12:50:01 -07:00