Changes between Version 1 and Version 2 of Ticket #4491, comment 1


Ignore:
Timestamp:
06/29/2019 11:43:13 PM (5 years ago)
Author:
Bruce Dubbs

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4491, comment 1

    v1 v2  
    11This can be fixed by a sed:
    2 
     2{{{
    33crypto/rand/rand_lib.c
    44@@ -235,8 +235,9 @@ size_t rand_drbg_get_nonce(RAND_DRBG *drbg,
     
    1313    if (pool == NULL)
    1414        return 0;
    15 
     15}}}
    1616==================
    17 
     17{{{
    1818sed -i '/\} data/s/ =.*$/;\n    memset(\&data, 0, sizeof(data));/' \
    1919  crypto/rand/rand_lib.c
     20}}}