-
- Downloads
Fix users of base32_decode to check for expected length in return.
Also, when we log about a failure from base32_decode(), we now say that the length is wrong or that the characters were invalid: previously we would just say that there were invalid characters. Follow-up on 28913 work.
Showing
- src/feature/hs/hs_client.c 4 additions, 1 deletionsrc/feature/hs/hs_client.c
- src/feature/hs/hs_common.c 2 additions, 1 deletionsrc/feature/hs/hs_common.c
- src/feature/hs/hs_service.c 2 additions, 1 deletionsrc/feature/hs/hs_service.c
- src/feature/rend/rendcache.c 4 additions, 3 deletionssrc/feature/rend/rendcache.c
- src/feature/rend/rendcommon.c 3 additions, 2 deletionssrc/feature/rend/rendcommon.c
- src/feature/rend/rendparse.c 11 additions, 6 deletionssrc/feature/rend/rendparse.c
Loading
Please register or sign in to comment