Re: [PATCH] grub-mkpasswd-pbkdf2: Simplify the main function implementation

2024-06-03 Thread Daniel Kiper
On Mon, May 27, 2024 at 08:42:04PM +0800, Tianjia Zhang wrote: > Allocate memory if needed, while saving the corresponding release > operation, reducing the amount of code and code complexity. > > Signed-off-by: Tianjia Zhang Reviewed-by: Daniel Kiper Daniel ___

Re: [PATCH] grub-mkpasswd-pbkdf2: Simplify the main function implementation

2021-05-26 Thread Daniel Kiper
Hi Tianjia, On Wed, May 26, 2021 at 04:38:33PM +0800, Tianjia Zhang wrote: > Hi Daniel, > > Please take the time to look at this patch. Thank you for the patch. I do not consider it as release material. So, I will take a look at this patch after release. Daniel _

Re: [PATCH] grub-mkpasswd-pbkdf2: Simplify the main function implementation

2021-05-26 Thread Tianjia Zhang
Hi Daniel, Please take the time to look at this patch. Thanks, Tianjia On 11/18/20 2:58 PM, Tianjia Zhang wrote: Allocate memory if needed, while saving the corresponding release operation, reducing the amount of code and code complexity. Signed-off-by: Tianjia Zhang --- util/grub-mkpasswd

Re: [PATCH] grub-mkpasswd-pbkdf2: Simplify the main function implementation

2021-05-26 Thread Tianjia Zhang
On 3/15/21 9:26 AM, Glenn Washburn wrote: On Sun, 14 Mar 2021 19:09:36 +0800 Tianjia Zhang wrote: ping. Thanks, Tianjia On 11/18/20 2:58 PM, Tianjia Zhang wrote: Allocate memory if needed, while saving the corresponding release operation, reducing the amount of code and code complexity.

Re: [PATCH] grub-mkpasswd-pbkdf2: Simplify the main function implementation

2021-03-14 Thread Glenn Washburn
On Sun, 14 Mar 2021 19:09:36 +0800 Tianjia Zhang wrote: > ping. > > Thanks, > Tianjia > > On 11/18/20 2:58 PM, Tianjia Zhang wrote: > > Allocate memory if needed, while saving the corresponding release > > operation, reducing the amount of code and code complexity. > > > > Signed-off-by: Tianj

Re: [PATCH] grub-mkpasswd-pbkdf2: Simplify the main function implementation

2021-03-14 Thread Tianjia Zhang
ping. Thanks, Tianjia On 11/18/20 2:58 PM, Tianjia Zhang wrote: Allocate memory if needed, while saving the corresponding release operation, reducing the amount of code and code complexity. Signed-off-by: Tianjia Zhang --- util/grub-mkpasswd-pbkdf2.c | 20 +--- 1 file chang

[PATCH] grub-mkpasswd-pbkdf2: Simplify the main function implementation

2020-11-17 Thread Tianjia Zhang
Allocate memory if needed, while saving the corresponding release operation, reducing the amount of code and code complexity. Signed-off-by: Tianjia Zhang --- util/grub-mkpasswd-pbkdf2.c | 20 +--- 1 file changed, 5 insertions(+), 15 deletions(-) diff --git a/util/grub-mkpasswd-