Michal Labedzki
changed
bug 9232
What |
Removed |
Added |
Attachment #11722 is obsolete |
|
1
|
Attachment #11722 Flags |
review_for_checkin?
|
|
Attachment #11724 Flags |
|
review_for_checkin?
|
Comment # 8
on bug 9232
from Michal Labedzki
Created attachment 11724 [details]
[PATCH 1] Bluetooth: SDP: Do real length check of info string
Changelog:
1. "It was previously wmem_packet_scope() but is now wmem_file_scope()?" - my
mistake - fixed, thanks.
2. "It was previously 1024 chars and is now only 240 chars?" - good question...
I guess this is not very important - info_buf is used for proto_items and
COL_INFO, but amount of information should be small, so 240 should be ok -
info_buf is used to show features and there is no many features to be shown at
one time/packet.
3. "There are also a few places you use _append_printf without any format" -
fixed, thanks.
You are receiving this mail because:
- You are watching all bug changes.