Re: Password leakage avoidance

From: Sehrope Sarkuni <sehrope(at)jackdb(dot)com>
To: Joe Conway <mail(at)joeconway(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Dave Cramer <davecramer(at)postgres(dot)rocks>
Subject: Re: Password leakage avoidance
Date: 2024-01-06 18:18:29
Message-ID: CAH7T-aqtTogB6kkRi4MTufzHu9N7WVifq74mdqtGLVJW2VD39A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Scratch that, rather than memset(...) should be explicit_bzero(...) so it
doesn't get optimized out. Same idea though.

Regards,
-- Sehrope Sarkuni
Founder & CEO | JackDB, Inc. | https://www.jackdb.com/

>

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2024-01-06 18:31:22 Re: Password leakage avoidance
Previous Message Sehrope Sarkuni 2024-01-06 18:16:34 Re: Password leakage avoidance