Re: [systemd-devel] [PATCH 3/3] Fix askpass buffer overflow

2014-03-24 Thread Lennart Poettering
On Wed, 12.02.14 23:55, David Härdeman (da...@hardeman.nu) wrote: Fix askpass overflow in reading a passphrase from a tty. Doesn't seem security sensitive, but add a check for correctness. Ouch, embarassing! --- src/shared/ask-password-api.c |5 + 1 file changed, 5 insertions(+)

[systemd-devel] [PATCH 3/3] Fix askpass buffer overflow

2014-02-12 Thread David Härdeman
Fix askpass overflow in reading a passphrase from a tty. Doesn't seem security sensitive, but add a check for correctness. --- src/shared/ask-password-api.c |5 + 1 file changed, 5 insertions(+) diff --git a/src/shared/ask-password-api.c b/src/shared/ask-password-api.c index