I've found a bug in sdp_cstate_get () function.
이주영 <[email protected]>
| Newsgroups | gmane.linux.bluez.devel |
|---|---|
| Message-ID | <1e720e88bd7ce5a74be321703f24060d@i61813> |
Hi, I've found a bug in sdp_cstate_get() function. (bluez-utils/dist/sdpd/request.c) -> memcpy(cstate, (sdp_cont_state_t *)pdata, sizeof(sdp_cont_state_t)); When running this code, "hcid daemon crash" occurred.(memory alignment error) I think there's a bug with (sdp_cont_state_t *)pdata in sdp_cstate_get() function. I fixed this code. -> memcpy(cstate, pdata, sizeof(sdp_cont_state_t)); Now, hcid daemon doesn't die. tkakel님의 블로그 안녕하세요. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Bluez-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bluez-devel