All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/1] fix writing out of bounds array
@ 2022-03-01  6:14 ihsinme
  2022-03-01  6:14 ` [PATCH BlueZ 1/1] " ihsinme
  0 siblings, 1 reply; 3+ messages in thread
From: ihsinme @ 2022-03-01  6:14 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: ihsinme

see https://github.com/bluez/bluez/pull/303

ihsinme (1):
  fix writing out of bounds array

 src/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH BlueZ 1/1] fix writing out of bounds array
  2022-03-01  6:14 [PATCH BlueZ 0/1] fix writing out of bounds array ihsinme
@ 2022-03-01  6:14 ` ihsinme
  2022-03-01  7:36   ` bluez.test.bot
  0 siblings, 1 reply; 3+ messages in thread
From: ihsinme @ 2022-03-01  6:14 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: ihsinme

---
 src/device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/device.c b/src/device.c
index 52e2399dd..3992f9a0c 100644
--- a/src/device.c
+++ b/src/device.c
@@ -3831,7 +3831,7 @@ static int load_chrc(char *handle, char *value,
 	uint16_t properties, value_handle, handle_int;
 	char uuid_str[MAX_LEN_UUID_STR];
 	struct gatt_db_attribute *att;
-	char val_str[32];
+	char val_str[33];
 	uint8_t val[16];
 	size_t val_len;
 	bt_uuid_t uuid;
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* RE: fix writing out of bounds array
  2022-03-01  6:14 ` [PATCH BlueZ 1/1] " ihsinme
@ 2022-03-01  7:36   ` bluez.test.bot
  0 siblings, 0 replies; 3+ messages in thread
From: bluez.test.bot @ 2022-03-01  7:36 UTC (permalink / raw)
  To: linux-bluetooth, ihsinme

[-- Attachment #1: Type: text/plain, Size: 995 bytes --]

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=619033

---Test result---

Test Summary:
CheckPatch                    PASS      1.05 seconds
GitLint                       PASS      0.74 seconds
Prep - Setup ELL              PASS      39.91 seconds
Build - Prep                  PASS      0.59 seconds
Build - Configure             PASS      7.79 seconds
Build - Make                  PASS      1335.50 seconds
Make Check                    PASS      11.51 seconds
Make Check w/Valgrind         PASS      408.47 seconds
Make Distcheck                PASS      216.86 seconds
Build w/ext ELL - Configure   PASS      8.18 seconds
Build w/ext ELL - Make        PASS      1339.21 seconds
Incremental Build with patchesPASS      0.00 seconds



---
Regards,
Linux Bluetooth


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-03-01  7:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01  6:14 [PATCH BlueZ 0/1] fix writing out of bounds array ihsinme
2022-03-01  6:14 ` [PATCH BlueZ 1/1] " ihsinme
2022-03-01  7:36   ` bluez.test.bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.