security-events: Fix SuccessfulAuth using_password declaration.
The SuccessfulAuth using_password field was declared as a pointer to a uint32_t when the field was later read as a uint32_t value. This resulted in unnecessary casts and a non-portable field value reinterpret in main/security_events.c:add_json_object(). i.e., It would work on a 32 bit architecture but not on a 64 bit big endian architecture. Change-Id: Ia08bc797613a62f07e5473425f9ccd8d77c80935
Showing
- channels/sip/include/security_events.h 1 addition, 1 deletionchannels/sip/include/security_events.h
- channels/sip/security_events.c 5 additions, 4 deletionschannels/sip/security_events.c
- include/asterisk/security_events_defs.h 1 addition, 1 deletioninclude/asterisk/security_events_defs.h
- res/res_pjsip/security_events.c 1 addition, 1 deletionres/res_pjsip/security_events.c
Loading
Please register or sign in to comment