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

2021-05-01 Thread Slava Monich
On 30.4.2021 17.54, Denis Kenzior wrote: 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

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

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

2021-04-29 Thread Slava Monich
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..e648c918 100644 --- a/src/simutil.c +++ b/src/simutil.c @@