Hi Richard, On Mon, Aug 27, 2018 at 02:50:37PM +0200, Richard Weinberger wrote: > Am Mittwoch, 4. Juli 2018, 14:41:22 CEST schrieb Sascha Hauer: > > This patch adds the various helper functions needed for authentication > > support. We need functions to hash nodes, to embed HMACs into a node and > > to compare hashes and HMACs. Most functions first check if this > > filesystem is authenticated and bail out early if not, which makes the > > functions safe to be called with disabled authentication. > > > > Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> > > --- > > +void ubifs_prepare_auth_node(struct ubifs_info *c, void *node, > > + struct shash_desc *inhash) > > +{ > > + SHASH_DESC_ON_STACK(hash_desc, c->hash_tfm); > > + struct ubifs_auth_node *auth = node; > > + u8 hash[crypto_shash_descsize(c->hash_tfm)]; > > Doesn't this introduce a new VLA? > Not that me make Kees unhappy. ;-) /me just read https://lwn.net/Articles/749064/ and now realizes why this is considered harmful. Thanks for the review. I'll look into this and all the other points. I guess that'll keep me busy for some time. Thanks Sascha -- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/