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
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