Project Repo: https://github.com/redis/redis/tree/8fadebfcca0d514fd6949eaa72599ab5e163bd4c
Program locations:
Bug traces:
- < if (c) redisFree(c);, getRedisConfig>
Explanation:
- The pointer c is freed at line 46 and dereferenced at line 49 to access its connection_type field.