> -----Original Message----- > From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] > On Behalf Of Thibaut VARÈNE > Sent: Dienstag, 18. August 2020 11:02 > To: openwrt-devel@lists.openwrt.org > Cc: Thibaut VARÈNE <ha...@slashdirt.org> > Subject: [PATCH] generic: platform/mikrotik: fix incorrect test > > Signed-off-by: Thibaut VARÈNE <ha...@slashdirt.org> > --- > .../generic/files/drivers/platform/mikrotik/rb_hardconfig.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git > a/target/linux/generic/files/drivers/platform/mikrotik/rb_hardconfig.c > b/target/linux/generic/files/drivers/platform/mikrotik/rb_hardconfig.c > index 4559418de7..8861814be4 100644 > --- a/target/linux/generic/files/drivers/platform/mikrotik/rb_hardconfig.c > +++ b/target/linux/generic/files/drivers/platform/mikrotik/rb_hardconfig.c > @@ -480,7 +480,7 @@ static int hc_wlan_data_unpack_lzor(const u8 *inbuf, > size_t inlen, > /* Temporary buffer same size as the outbuf */ > templen = *outlen; > tempbuf = kmalloc(templen, GFP_KERNEL); > - if (!outbuf) > + if (!tempbuf)
No version bump? > return -ENOMEM; > > /* Concatenate into the outbuf */ > -- > 2.24.3 (Apple Git-128) > > > _______________________________________________ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.openwrt.org/mailman/listinfo/openwrt-devel
openpgp-digital-signature.asc
Description: PGP signature
_______________________________________________ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel