Re: [Regression 5.9][Bisected 1df2bdba528b] Wifi GTK rekeying fails: Sending of EAPol packages broken

2020-10-19 Thread Christian Hesse
Mathy Vanhoef on Sat, 2020/10/17 23:08: > I've managed to reproduce the issue, or at least a related issue. Can > you try the draft patch below and see if that fixes it? This patch fixes the regression for me. Thanks a lot! -- main(a){char*c=/*Schoene Gruesse */"B?IJj

[PATCH 1/1] use buf, not (non-existent) ptr

2015-12-21 Thread Christian Hesse
From: Christian Hesse Shared code was moved to a function, but variable name has not been updated. Use buf (passed to the function) instead of ptr. This fixes regressen from upstream commit 7d6aadcd0a1dc795d72e1ab311aee333c763fe71. Signed-off-by: Christian Hesse --- ip/tunnel.c | 2 +- 1