gitea/services/auth
Paweł Bogusławski 2d3b52c244
SessionUser protection against nil pointer dereference (#21358)
`SessionUser` should be protected against passing `sess` = `nil` to
avoid

```
PANIC: runtime error: invalid memory address or nil pointer dereference
```

in


https://github.com/go-gitea/gitea/pull/18452/files#diff-a215b82aadeb8b4c4632fcf31215dd421f804eb1c0137ec6721b980136e4442aR69

after upgrade from gitea v1.16 to v1.17.

Related: https://github.com/go-gitea/gitea/pull/18452
Author-Change-Id: IB#1126459
2022-10-06 21:50:38 +01:00
..
source Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663) 2022-10-02 01:26:33 +08:00
auth_test.go
auth.go
basic.go
group.go
httpsign.go
interface.go
oauth2.go
reverseproxy.go
session.go SessionUser protection against nil pointer dereference (#21358) 2022-10-06 21:50:38 +01:00
signin.go
source.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
sspi_windows.go
sync.go