Re: [PATCH] simutil: Fill unused part of AID with FFs

2021-04-30 Thread Denis Kenzior
Hi Slava, On 4/29/21 11:09 AM, Slava Monich wrote: Correct handling of short AIDs will take more than that, but leaving part of the array uninitialized is wrong in any case. --- src/simutil.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/simutil.c b/src/simutil.c index 5d2aa6a2..e64

Re: [PATCH] build: require glib >= 2.60

2021-04-30 Thread Denis Kenzior
On 3/8/21 3:33 AM, JongSeok Won wrote: g_utf8_validate_len() is support after glib 2.60 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied, thanks. Regards, -Denis ___ ofono mailing list -- ofono@ofono.org To unsub

Re: [PATCH 1/2] sim-auth: Remove watch if open_channel fails

2021-04-30 Thread Denis Kenzior
Hi Slava, On 4/26/21 3:17 AM, Slava Monich wrote: Otherwise open_channel won't be called again after a failure. --- src/sim-auth.c | 2 ++ 1 file changed, 2 insertions(+) Both applied, thanks. Regards, -Denis ___ ofono mailing list -- ofono@ofon