]> git.baikalelectronics.ru Git - uboot.git/commit
patman: fix coverletter cc list with nulls
authorRobert Beckett <bob.beckett@collabora.com>
Wed, 13 Nov 2019 18:39:45 +0000 (18:39 +0000)
committerSimon Glass <sjg@chromium.org>
Thu, 14 Nov 2019 13:09:34 +0000 (07:09 -0600)
commit7326a1b73bcb6e61d74e3293165911f60bb9de26
tree310489bcb24381f34630267dfe2f4b08aa12ad2f
parent1c59de83dd73d8714801ce3fcfc264ba770cf8a8
patman: fix coverletter cc list with nulls

fixes: 6a4d878b917f886416da01a396347950517c61b7

When compiling list of cover letter cc addresses, using null as a
separater, then encoding to utf-8 results in lots of "\x00" as
separators. patman then doesnt understand that when it comes to
repoting the list to send-email.

Fix this by not encoding to utf-8, as done for the other patch files.

Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/patman/series.py