rlm_realm.c abfab integration - Bad talloc magic value - unknown value
I've been building 3.0.10 with abfab support, and I'm getting a runtime error (Bad talloc magic value - unknown value) in rlm_realm.c line 380 when non-abfab realms are configured. I believe I've bisected it to commit: f95d970 My knowledge of talloc is very limited, is the cause that &inst->trust_router hasn't been initialised by talloc? Regards, Adam Bishop gpg: 0x6609D460 Jisc is a registered charity (number 1149740) and a company limited by guarantee which is registered in England under Company No. 5747339, VAT No. GB 197 0632 86. Jisc’s registered office is: One Castlepark, Tower Hill, Bristol, BS2 0JA. T 0203 697 5800. Jisc Services Limited is a wholly owned Jisc subsidiary and a company limited by guarantee which is registered in England under company number 2881024, VAT number GB 197 0632 86. The registered office is: One Castle Park, Tower Hill, Bristol BS2 0JA. T 0203 697 5800.
On Oct 29, 2015, at 12:29 PM, Adam Bishop <Adam.Bishop@jisc.ac.uk> wrote:
I've been building 3.0.10 with abfab support, and I'm getting a runtime error (Bad talloc magic value - unknown value) in rlm_realm.c line 380 when non-abfab realms are configured.
I believe I've bisected it to commit: f95d970
That helps.
My knowledge of talloc is very limited, is the cause that &inst->trust_router hasn't been initialised by talloc?
Nope. It means that there's an extra & I'll push a fix. Alan DeKok.
participants (2)
-
Adam Bishop -
Alan DeKok