Hi,
I think the issue is me reusing the global "uh_buf" in uh_auth_check().
The same buffer is used to store the URL pieces referred to be the
"path_info" struct.
Will look into a fix for that.
~ Jo
___
Lede-dev mailing list
Lede-dev@lists.infradead.
On 2017-10-22 14:19, p.wa...@gmx.at wrote:
> Hi Karl,
>
>> There's really been very few commits to uhttpd, it shouldn't be
>> hard to bisect to the specific one that causes this.
>
> Ok, I tracked it down to 88c0b4b6d00152c54a0f1367ae839c71547281e1 commited
> by Jo-Philipp. Before that commit, e
Hi Karl,
> There's really been very few commits to uhttpd, it shouldn't be
> hard to bisect to the specific one that causes this.
Ok, I tracked it down to 88c0b4b6d00152c54a0f1367ae839c71547281e1 commited
by Jo-Philipp. Before that commit, everything is fine to me.
However, IMHO this commit is t