Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1656343
| From | David Howells <dhowells@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 1/5] KEYS: sanitize add_key() and keyctl() key payloads |
| Date | 2017-06-02 17:40 +0200 |
| Message-ID | <tNWQ9-314-9@gated-at.bofh.it> (permalink) |
| References | <tyCgG-3B2-33@gated-at.bofh.it> <tyCgF-3B2-9@gated-at.bofh.it> <tyCgG-3B2-33@gated-at.bofh.it> |
| Organization | Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 |
Eric Biggers <ebiggers3@gmail.com> wrote: > error2: > + memzero_explicit(payload, plen); Isn't that wrong? payload can be NULL. David
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 1/5] KEYS: sanitize add_key() and keyctl() key payloads David Howells <dhowells@redhat.com> - 2017-06-02 17:40 +0200 Re: [PATCH 1/5] KEYS: sanitize add_key() and keyctl() key payloads Eric Biggers <ebiggers3@gmail.com> - 2017-06-02 19:30 +0200
csiph-web